You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have found what possibly is a bug. When storing data as HDF5 with table=True the read value of series.index.freq from HDF5 is set to None rather than its original values.
I have found what possibly is a bug. When storing data as HDF5 with
table=True
the read value of series.index.freq from HDF5 is set to None rather than its original values.Please see: http://stackoverflow.com/questions/16311045/in-pandas-why-is-frequency-information-lost-when-storing-in-hdf5-as-a-table
Not sure if there is a limitation for some reason in PyTables or if this is a bug.
The text was updated successfully, but these errors were encountered: