Skip to content

BUG: bug in xs for a Series with a multiindex (GH6258) #6259

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

Merged
merged 2 commits into from
Feb 5, 2014

Conversation

jreback
Copy link
Contributor

@jreback jreback commented Feb 4, 2014

closes #6258
closes #5684

@TomAugspurger
Copy link
Contributor

I've got a commit ready adding the test from #5684. It's similar, but uses labels instead of integers for the level, so it may be useful.

For the PR will I submit it against this branch, jreback/pandas/xs_bug instead of pydata/pandas/master?

@jreback
Copy link
Contributor Author

jreback commented Feb 5, 2014

sure

@TomAugspurger
Copy link
Contributor

I think I did that right: jreback#8

@jreback
Copy link
Contributor Author

jreback commented Feb 5, 2014

yep...you did gr8

I merged it into the PR, which I didn't need to do as that commit just shows up on the PR itself. So then rebased it away (and had to add in a release notes entry). but all good.

jreback added a commit that referenced this pull request Feb 5, 2014
BUG: bug in xs for a Series with a multiindex (GH6258)
@jreback jreback merged commit ad26bb5 into pandas-dev:master Feb 5, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Indexing Related to indexing on series/frames, not to indexes themselves
Projects
None yet
Development

Successfully merging this pull request may close these issues.

xs on MultiIndex Does not Work For Series BUG: Series.xs() inconsistent with DataFrame.xs() with MultiIndex
2 participants