SETUP_T | START_T |
---|---|
1690308413 | 1690309037 |
I have read in a stdf file into a dataframe with pandas, but the SETUP_T
and START_T
columns present the time in a way that I am unfamiliar with. Is there any method to convert it to the standard datetime format?
My first reaction was to convert it from seconds to datetime (lol) but I realize it doesn't work that way. I've also tried changing the format of the cell in Excel, but I still don't get the results I need.