Rows order when using slice(None) on MultiIndex Dataframe.loc #31330
Labels
API - Consistency
Internal Consistency of API/Behavior
Bug
Indexing
Related to indexing on series/frames, not to indexes themselves
MultiIndex
Milestone
Code Sample
Problem description
When working on issue #22797, I came across this situation about ordering the result of loc. Should the level not explicitely requested be used when ordering the result, and how.
This may be mostly cosmetic, are one should not rely on how the resulted row are ordered, and may be a non issue. If so, feel free to close it.
Expected Output
The text was updated successfully, but these errors were encountered: