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

Need to implement IntervalArray serialization for columns #5

Open EsmeMaxwell opened 7 months ago

EsmeMaxwell commented 7 months ago

See csv_interval_array.ipynb: the IntervalArray, if has consistent closure on the elements, is stored specially. Otherwise is stored as object. Import is a pain because it won't convert from str.