Skip to content
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

BUG: unstack on unicode name level breaks #9856 #9875

Merged
merged 1 commit into from
Apr 14, 2015

Conversation

scari
Copy link
Contributor

@scari scari commented Apr 13, 2015

This PR fixes #9856

[PYCON 2015 Sprints]

@shoyer
Copy link
Member

shoyer commented Apr 13, 2015

Looks great to me -- could you add a quick bug fix note to "what's new"?

def test_unstack_level_binding(self):
# GH9856
mi = pd.MultiIndex(
levels = [[u'foo', u'bar'], [u'one', u'two'], [u'a', u'b']],
Copy link
Member

Choose a reason for hiding this comment

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

take a look at pep8 -- better to avoid spaces around =

cpcloud added a commit that referenced this pull request Apr 14, 2015
BUG: unstack on unicode name level breaks #9856
@cpcloud cpcloud merged commit c44eec0 into pandas-dev:master Apr 14, 2015
@cpcloud
Copy link
Member

cpcloud commented Apr 14, 2015

@scari Thanks!

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

Successfully merging this pull request may close these issues.

BUG: unstack on unicode name level breaks
3 participants