-
Notifications
You must be signed in to change notification settings - Fork 372
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
Improve groupby sort #3251
Comments
In |
There's also the My suggestions would be either, add keywords |
The challenge is the details. If |
So, we would need to mimick the
CC @nalimilan |
Makes sense. That would just be a shorthand for |
This is what @jkrumbiegel wanted. Right? |
I think so, yes. It just seems natural to influence the sorting directly instead of splitting it out and doing |
Add an option to specify sort order in
groupby
.The text was updated successfully, but these errors were encountered: