-
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
Add python bindings to fixed-size window and groupby rolling.var
, rolling.std
#9097
Conversation
Co-authored-by: Mark Harris <[email protected]>
rolling.var
, rolling.std
rolling.var
, rolling.std
rolling.var
, rolling.std
rolling.var
, rolling.std
Codecov Report
@@ Coverage Diff @@
## branch-21.10 #9097 +/- ##
===============================================
Coverage ? 10.81%
===============================================
Files ? 115
Lines ? 19173
Branches ? 0
===============================================
Hits ? 2074
Misses ? 17099
Partials ? 0 Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One request for more comments, otherwise the bindings look fine. I would like to investigate ways to reduce the amount of code duplication in the aggregations, but that's out of scope for this PR.
rerun tests |
@gpucibot merge |
Closes #8695
Closes #8696
This PR creates bindings for rolling aggregations for variance and standard deviations. Unlike pandas, the underlying implementation from libcudf computes each window independently from other windows.