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

MultiIndex formatting failure when index name coincides with first value #1217

Closed
wesm opened this issue May 8, 2012 · 0 comments
Closed
Labels
Milestone

Comments

@wesm
Copy link
Member

wesm commented May 8, 2012

(Pdb) grouped
            value
a b c            
  0 foo  3.169106
b 1 bar  1.060375
(Pdb) grouped.index
MultiIndex([('a', 0, 'foo'), ('b', 1, 'bar')], dtype=object)
@wesm wesm closed this as completed in 1f481e6 May 8, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant