-
Notifications
You must be signed in to change notification settings - Fork 915
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
[REVIEW] Fetch correct grouping keys agg
of dask groupby
#9022
Conversation
agg
of dask groupby
Codecov Report
@@ Coverage Diff @@
## branch-21.10 #9022 +/- ##
===============================================
Coverage ? 10.59%
===============================================
Files ? 116
Lines ? 18676
Branches ? 0
===============================================
Hits ? 1979
Misses ? 16697
Partials ? 0 Continue to review full report at Codecov.
|
agg
of dask groupbyagg
of dask groupby
@gpucibot merge |
Fixes: #9020
This PR enables fallback to upstream
dask
when the groupby operation is performed by a list ofSeries
objects.