I have a DataFrame which I developed from an EMG sensor with 810,443 rows, I am trying to convert the Unix time to seconds, with the first row being my 0.00 (seconds and milliseconds). The last row will be around 791.44 seconds. How do I convert it?
The DataFrame is shown above and I have tried the datetime
function but it did not work.