Skip to content

pandas.DataFrame.sort doc missing column param #5285

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

Closed
cancan101 opened this issue Oct 20, 2013 · 5 comments
Closed

pandas.DataFrame.sort doc missing column param #5285

cancan101 opened this issue Oct 20, 2013 · 5 comments
Labels
Deprecate Functionality to remove in pandas
Milestone

Comments

@cancan101
Copy link
Contributor

The column param is undocumented for pandas.DataFrame.sort:
http://pandas.pydata.org/pandas-docs/dev/generated/pandas.DataFrame.sort.html

@jtratner
Copy link
Contributor

pretty sure it's just there for backwards compatibility/ease of use - same thing as columns, right? Might make sense to force it not to include in the docs (or even reorder the parameters)

@jreback
Copy link
Contributor

jreback commented Oct 20, 2013

yep this is for compat only and slated to be removed in 0.14

@cancan101
Copy link
Contributor Author

Might be worth making a note of this in docs. I was confused :-)

@jtratner
Copy link
Contributor

or just move it to the end and edit the autosummary to show the
non-deprecated signature?

@jreback
Copy link
Contributor

jreback commented Apr 9, 2014

parameter was removed as a deprecation update: #6639

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
Projects
None yet
Development

No branches or pull requests

3 participants