-
-
Notifications
You must be signed in to change notification settings - Fork 18k
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
Enable pandas.core.sparse objects to be stored in HDFStore #85
Labels
Milestone
Comments
@changhiskhan is this something you'd be up for doing? |
Yeah, sure. I was just working on the HDFStore anyway |
ghost
assigned changhiskhan
May 4, 2012
changhiskhan
pushed a commit
that referenced
this issue
May 5, 2012
Looks good. Later on when working more on serialization should add some vbenches for all the HDFStore roundtrips. This looks like it should perform well, though |
dan-nadler
pushed a commit
to dan-nadler/pandas
that referenced
this issue
Sep 23, 2019
Unit tests need to be prefixed with test_
3 tasks
3 tasks
3 tasks
3 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently SparseDataFrame and friends can't be stored in HDFStore
The text was updated successfully, but these errors were encountered: