-
Notifications
You must be signed in to change notification settings - Fork 60
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
Inconsistent sorting - make more obvious #286
Comments
mdancho84
added a commit
that referenced
this issue
Feb 10, 2024
Switched from using data.apply(lambda x: x) to data.obj.copy(). The former sorts groups alphabetically. The latter maintains the order of the original data. |
Next on my list is to tackle these. Make them optional with
|
mdancho84
added a commit
that referenced
this issue
Jul 16, 2024
mdancho84
added a commit
that referenced
this issue
Jul 16, 2024
mdancho84
added a commit
that referenced
this issue
Jul 17, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thinking of adding a
sort
parameter to these functions to make it more obvious to what's happening under the hood.One issue is that when sorting, the order of the groups are changing. So maybe make this optional.
The text was updated successfully, but these errors were encountered: