Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Loose frequency information when storing with table=True to HDF5 #3499
Comments
|
this is not implemented I'll leave this issue open as a reminder - this is pretty straightforward if u would like to do a PR? |
|
this is closed by #3531 |
jreback
closed this
May 8, 2013
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
tobinvanpelt commentedMay 1, 2013
I have found what possibly is a bug. When storing data as HDF5 with
table=Truethe 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.