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

adding DataFrame.reorder_levels() #534

Closed
wants to merge 1 commit into from

Conversation

lodagro
Copy link
Contributor

@lodagro lodagro commented Dec 23, 2011

Convenience method to reorder the levels of a DataFrame hierarchical axis.
It uses MultiIndex.reorder_levels(). Neither of them can work with levels referenced by key, in contrast to swaplevel() method.

@wesm
Copy link
Member

wesm commented Dec 26, 2011

thanks. I also added the method to Series and added some smoke unit tests

@wesm wesm closed this Dec 26, 2011
dan-nadler pushed a commit to dan-nadler/pandas that referenced this pull request Sep 23, 2019
Check dtype before concatenating on write (issue pandas-dev#534)
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.

2 participants