-
-
Notifications
You must be signed in to change notification settings - Fork 17.9k
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
Add PyTable Paths to HDFStore #13
Comments
Hi Surbas, I'm sorry this has taken me ages to get to. I just completed some major work on the HDFStore class. Let me see if I can incorporate your patch without breaking any of the unit tests, will get back to you. |
@wesm I believe u can close this issue as 0.10 implements |
@surbas, is there any functionality still missing in the latest git? |
Looks good to me. Thanks for the work. |
Fix failing tests
Fixed the hooks and backported some changes
Inherit from sphinx's basic layout
Hello,
I not sure if this was the best way to suggest improvements, but here I go anyway :)
I really like the easy of the HDFStore (and the entire project for that matter), but I wanted the ability to store and retrieve DataFrames in Groups below the root. .i.e
I made the following changes to HDFStore class to do this, and am now using it in production code. If you agree this is something useful then I would like this to become apart of the main code base, using your own approach or the below.
I changed the repr, getitem, and _write_group functions in pandas.io.pytables.
please let me know if there is questions or concerns... I made it so that it still works just like the original if the user doesn't need groups...
Thanks for a great project.
The text was updated successfully, but these errors were encountered: