-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
DOC: MultiIndex sort docs #13108
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
|
Can this whole section be simplified to:
...and potentially keep a couple of the examples as examples of sorting MultiIndexed dfs
|
yes that would be a nice improvement iirc we have an example somewhere of a Perdormancewarning in the docs but not sure where |
OK PR-ing. What's the policy on when we remove version warnings? This is probably not needed / over emphasized:
|
yeah u can leave I guess once in s while I take those types of things out |
I found this confusing, despite being a moderately competent pandas user:
from http://pandas.pydata.org/pandas-docs/stable/advanced.html#the-need-for-sortedness-with-multiindex
Is this right, that calling
sort_index
doesn't guarantee lex sortedness? How to guarantee it then?And this:
...seems to contradict this:
...neither of which seems tightly consistent with the passage above.
Am I misunderstanding something?
The text was updated successfully, but these errors were encountered: