-
-
Notifications
You must be signed in to change notification settings - Fork 19.9k
DEPR: sortlevel #14279
Copy link
Copy link
Closed
Labels
DeprecateFunctionality to remove in pandasFunctionality to remove in pandasIndexingRelated to indexing on series/frames, not to indexes themselvesRelated to indexing on series/frames, not to indexes themselvesMultiIndex
Milestone
Metadata
Metadata
Assignees
Labels
DeprecateFunctionality to remove in pandasFunctionality to remove in pandasIndexingRelated to indexing on series/frames, not to indexes themselvesRelated to indexing on series/frames, not to indexes themselvesMultiIndex
when
.sortand 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.