-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
read_hdf / store.select modifies the passed columns parameters when multi-indexed #7212
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
hmm, not sure their any guarantees on this, but makes sense to simply copy this and not modify. Want to do a pull-request? |
my current solution is to pass a copy: df_ = pd.read_hdf(h5name, key, columns= list(cols2load)) BTW, the same problem holds for the |
no problem take your time about to release 0.14.0 in any event |
@eldad-a if you have a pull-request for this would be great |
@jreback unfortunately i do not expect to be able to get into the matter soon. |
ok, thanks |
working on this |
… list parameter when multi-indexed
code to reproduce:
The printed output:
pd.version = '0.13.1'
The text was updated successfully, but these errors were encountered: