I have a dataframe with multiple columns and want to convert one of those columns which is a date of floats (excel date format - DDDDD.ttt) to datetime.
At the moment the value of the columns are like this:
42411.0
42754.0
So I want to convert them to:
2016-02-11
2017-01-19