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
Follow up for #27495, where we handle the common case of MultiIndex being created from helper functions that ensure the levels are sorted. In order to handle the case of MultiIndex(codes=..., labels=...) and labels being individually unsorted, we likely need to re-encode that level. If that is performant, it would allow deleting a non-performant base case in MultiIndex.is_monotonic
The text was updated successfully, but these errors were encountered:
Follow up for #27495, where we handle the common case of
MultiIndex
being created from helper functions that ensure the levels are sorted. In order to handle the case ofMultiIndex(codes=..., labels=...)
and labels being individually unsorted, we likely need to re-encode that level. If that is performant, it would allow deleting a non-performant base case inMultiIndex.is_monotonic
The text was updated successfully, but these errors were encountered: