-
-
Notifications
You must be signed in to change notification settings - Fork 18.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BUG: fixed old version compatibility warnings #2607
Conversation
jreback
commented
Dec 28, 2012
- added copy method to allow file upgrades to new version
- refactor to add Storer class to represent all non-tables
- add shape field to display for non-tables
- close GH HDFStore.select with Timestamp data_column doesn't behave as expected. #2637
sorry for the extra merges....i put a warning if you are reading an older version file....didn't have an easy way for users to upgrade (all you have to do is read in an out...easy..)..so added a method... |
I put the data file in _static in the doc dir....however, not sure if you can make it a link to pandas/io/tests/legacy_0.10.h5 (its the same file) |
no more changes - ready to merge......(and take my keyboard away) :) |
added copy_to method to allow file upgrades to new version
… class), for future enhancements added shape to non-table display closes GH2637
Merged, thanks! |