Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DEPR: sortlevel #14279

Closed
jreback opened this issue Sep 22, 2016 · 1 comment · Fixed by #15099
Closed

DEPR: sortlevel #14279

jreback opened this issue Sep 22, 2016 · 1 comment · Fixed by #15099
Labels
Deprecate Functionality to remove in pandas Indexing Related to indexing on series/frames, not to indexes themselves MultiIndex
Milestone

Comments

@jreback
Copy link
Contributor

jreback commented Sep 22, 2016

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 by sort_index.

@jreback jreback added Indexing Related to indexing on series/frames, not to indexes themselves MultiIndex Deprecate Functionality to remove in pandas labels Sep 22, 2016
@jreback jreback added this to the 0.20.0 milestone Sep 22, 2016
@chris-b1
Copy link
Contributor

+1, for reference here's the old discussion - even back then there didn't seem to be any really compelling reasons to keep it outside of convenience / transition. #10726

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Deprecate Functionality to remove in pandas Indexing Related to indexing on series/frames, not to indexes themselves MultiIndex
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants