Skip to content

DOC/API: clarify groupby sorting behavior #8588

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
jreback opened this issue Oct 20, 2014 · 0 comments · Fixed by #10931
Closed

DOC/API: clarify groupby sorting behavior #8588

jreback opened this issue Oct 20, 2014 · 0 comments · Fixed by #10931

Comments

@jreback
Copy link
Contributor

jreback commented Oct 20, 2014

clarify / doc / test (explicity) on passing sort=True|False to a groupby/resample
from [SO](http://stackoverflow.com/questions/26456125/python-pandas-is-order-preserved-when-using-groupby-and-agg/26465555#26465555resample forces a sort)

groupby only sorts if sort is True and the index is NOT monotonic.

just like to test / validate and write a doc not about this

@jreback jreback added this to the 0.15.1 milestone Oct 20, 2014
@jreback jreback modified the milestones: 0.15.2, 0.16.0 Nov 24, 2014
@jreback jreback modified the milestones: 0.16.0, Next Major Release Mar 6, 2015
@jreback jreback modified the milestones: 0.17.0, Next Major Release Sep 4, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant