You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BUG: loc() return in order for MultiIndex Dataframe
From issue pandas-dev#22797. Loc did not respect order for MultiIndex Dataframe.
It does for single index.
When possible, the returned row now respect the given order for keys.
0 commit comments