Dear All,
I am searching for pandas datetime conversion error solutions but could not find a good solution. The issue I have is that when reading from Excel, or even CSV files, sometimes it seems that pandas will determine the type arbitarily?
I don't know why, but come of my dates columns are read as text (which is ok, that can be converted), while some others were read as datetime64 - that's real problematic, as I am stuck there - not able to convert it to some date type, or float ... easily ...
any suggestions?
Thanks,
Isaac