-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
BUG: xs with drop_level=True with a fully specified tuples buggy #6507
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
Pretty racy example... |
So it becomes a Series when it should be a frame? Also, incorrect for drop_level=False, presumably same reason.
Annoying no way to get from Series (name) to DataFrame with correct mi... maybe we could use namedtuple (ag, but this would fail on dupe names :S) |
I was thinking that this should be a scalar this is equiv to drop_level=False with a fully specified tuple is just hmm one could argue that it should be a scalar |
it's weird cos everything is inconsistent (the index goes from having 3 levels to 2 levels to 1 level to ...er). IMO should be DataFrame as could have more columns. Confusing. |
related #6501
The text was updated successfully, but these errors were encountered: