Skip to content

BUG: GH4516 Fixed issue with sorting a duplicate multi-index that has multiple dtypes #4522

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 1 commit into from
Aug 9, 2013

Conversation

jreback
Copy link
Contributor

@jreback jreback commented Aug 9, 2013

closes #4516

jreback added a commit that referenced this pull request Aug 9, 2013
BUG: GH4516 Fixed issue with sorting a duplicate multi-index that has multiple dtypes
@jreback jreback merged commit 874714d into pandas-dev:master Aug 9, 2013
@@ -1828,6 +1828,18 @@ def test_duplicate_groupby_issues(self):
result = s.groupby(s.index).first()
self.assertEquals(len(result), 3)

def test_duplicate_mi(self):
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jreback longshot: do you recall if, deep down, this test is for sortlevel (not sort_index(level)) or for df.loc?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

was for loc iirc

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

MultiIndexes and large CSV files
2 participants