NTNU-IndEcol / df_file_interchange

File interchange code to consistently save and reload Pandas dataframes with metadata.
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Bug: wasn't specifying dtypes on read csv #4

Closed EsmeMaxwell closed 7 months ago

EsmeMaxwell commented 7 months ago

Have seem to have left dtypes blank when reading CSV, which is causing problems with timedelta64 using extreme values. Check and fix, if wasn't left like that for a reason.