I have a dataset whose exact format or origin is unknown to me. I know that the time that the data was recorded is around September 2017, and the time column contains the following numbers:
[736887.61095486],
[736887.61096065],
...,
[736905.61505787],
[736905.61506366],
Any ideas how can I convert this to proper DateTime
and use this column as my DataFrame
index?