-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
TST: add tests for Series/Panel with non-unique index in to_hdf with fixed format #7813
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
Comments
cc @filmor |
I'll look into this. |
The exception is also raised for `Panel` but not for `Series` objects. Fixes pandas-dev#7813.
Would you mind having a look at the build failures? https://travis-ci.org/filmor/pandas/builds/32934493 The only changes I did against master are these: filmor@1dcd687 I don't know why |
iirc this is not possible to store these non unique indexers - well u can store them but the non uniques are filtered out in the way back (they are stored in a flattened way( trace the reading and u will see - |
Okay, but in this case it should (like I outlined in #7788) raise an exception for all of these cases. What is the intended behaviour? Also, this doesn't explain why |
you need to trace it. I don't really remember exactly what it does in the case of non-unique axes for table format. |
@filmor ? |
Hi jreback, I don't really know how to continue. |
why don't you submit a pull-request with what you have and can take a look |
closing as won't fix. |
xref #7788
The text was updated successfully, but these errors were encountered: