-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
Add option to not sort within groups in GroupBy #595
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
Comments
I'd love an option to maintain the column order that I've specified. At the moment I do this:
but the column order come out like this:
Which is not ideal. I'd love to pass an OrderedDict and have the order be respected.
... or, the method could just accept a list of tuples and respect that order. |
@stig i'll open a separate issue for the thing you mention which I agree with |
@stig Hi, any news or plans on this issue? |
pass sort=False |
@jreback brilliant, thanks a lot! |
add host to VersionedItem (adds feature pandas-dev#595)
No description provided.
The text was updated successfully, but these errors were encountered: