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

updating docs for the new sorting mechanisms - GH #10886 #10937

Merged
merged 2 commits into from
Aug 31, 2015
Merged

updating docs for the new sorting mechanisms - GH #10886 #10937

merged 2 commits into from
Aug 31, 2015

Conversation

glyg
Copy link
Contributor

@glyg glyg commented Aug 30, 2015

closes #10886

I didn't notice warnings or errors associated with those modifications when building the docs.

No more FutureWarning either (except in a the v. 0.13 what's new, which is legit)...

@@ -437,7 +437,6 @@ Reshaping, sorting
Series.reorder_levels
Series.sort_values
Series.sort_index
Series.sortlevel
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

leave this in, it is still an allowed method (really for back-compat though), also we are leaving DataFrame.sortlevel

@jreback jreback added the Docs label Aug 30, 2015
@jreback jreback added this to the 0.17.0 milestone Aug 30, 2015
jreback added a commit that referenced this pull request Aug 31, 2015
updating docs for the new sorting mechanisms - GH #10886
@jreback jreback merged commit 8a7d9fc into pandas-dev:master Aug 31, 2015
@jreback
Copy link
Contributor

jreback commented Aug 31, 2015

thank you sir!

@glyg
Copy link
Contributor Author

glyg commented Aug 31, 2015

My pleasure!

Le 31 août 2015 02:03:32 GMT+01:00, Jeff Reback notifications@github.com a écrit :

thank you sir!


Reply to this email directly or view it on GitHub:
#10937 (comment)

Envoyé de mon appareil Android avec K-9 Mail. Veuillez excuser ma brièveté.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

DOC: update docs to use new sort_values
2 participants