DEPR: sortlevel #14279
Labels
Deprecate
Functionality to remove in pandas
Indexing
Related to indexing on series/frames, not to indexes themselves
MultiIndex
Milestone
when
.sort
and co were changed to be.sort_values
,sort_index
. IIRC this was changed to make the change less disruptive. This can be directly replaced bysort_index
.The text was updated successfully, but these errors were encountered: