-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
Add method to sort *within* a single MultiIndex level #739
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
Comments
I think this is fixed by #6135 |
So did we implement sorting a column MultiIndex by specific subset of levels? Does column indexing work correctly if the column multindex is not fully lexsorted? I know this is a limitation of the row multiindex. |
#8526 is going to be in 0.15.2 but you in General should always fully lexsort |
Is there a way to custom sore the level for example for a normal dataframe you can create a list in the custom order and use something like:
|
No description provided.
The text was updated successfully, but these errors were encountered: