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

Fix DF.sort_by/3 with groups to respect :nils option #886

Merged
merged 2 commits into from
Mar 22, 2024

Conversation

philss
Copy link
Member

@philss philss commented Mar 21, 2024

We were using the wrong implementation for the grouped branch.

Close #883

@philss philss merged commit 5d9c6e5 into main Mar 22, 2024
4 checks passed
@philss philss deleted the ps-fix-sort-by-nils-last-with-grouped-data branch March 22, 2024 13:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Using sort_by with a grouped data frame doesn't respect nils: option
2 participants