Hdf5/PyTables support for TimedeltaIndex #9635
Labels
Bug
Dtype Conversions
Unexpected or buggy dtype conversions
IO HDF5
read_hdf, HDFStore
Timedelta
Timedelta data type
Milestone
When stored in HDFStore, TimedeltaIndex are converted into Int64Index.
Although the backward conversion is easy (pd.TimedeltaIndex(df.index)) , it's surprising.
I would have been happy to help and add this myself, but I really have no idea were is this hiding. I don't even know if I should have looked toward PyTables instead of here.
Thanks !
The text was updated successfully, but these errors were encountered: