Skip to content

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
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