-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
Groupby doesn't call aggregation on empty groups #18869
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
This is still a problem on 1.2 master |
This is fixed on main, could use tests. |
@rhshadrach |
Thanks @HaruguchiKazuto - this would go in |
take |
Closed by #56145 |
This should exit the interpreter.
Instead, I think groupby assumes the output of the custom aggfunc is
NaN
.The text was updated successfully, but these errors were encountered: