-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
DOC: Reference level name as Term of HDFStore.select query (#28791) #28793
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
DOC: Reference level name as Term of HDFStore.select query (#28791) #28793
Conversation
are there any other issues about this (can you do a search) |
I did not find any other issue specifically about this (I did not even find it on StackOverflow). I guess everybody name its index… I did find the issue #6208 that speficy that you cant use "index" as an level name (still true on master). I guess it is worth a note in section Storing MultiIndex DataFrames. |
Document the use of level name for MultiIndex in HDFStore.
420d9c3
to
fd30c7a
Compare
thanks @nrebena |
Add documentation for default level name with HDFStore MultiIndex.
black pandas
git diff upstream/master -u -- "*.py" | flake8 --diff