-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
ERR: Improve error message for Series.loc.getitem with too many dimensions #39372
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm. can you also test setitem. if its not trivial, can do in a separate PR/issue.
Good point. This is pretty straight forward |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm can you merge master and ping on green
thanks @phofl |
@phofl I think this introduces a problem if the MultiIndex has a level that includes tuples e.g. (xref #27591)
|
tuple in tuple means we are indexing index and columns