-
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
Implement Groupby pct_change #11144
Implement Groupby pct_change #11144
Conversation
…groupby.pct_change
…groupby.pct_change
…groupby.pct_change
…to groupby.pct_change
…groupby.pct_change
…groupby.pct_change
…groupby.pct_change
…groupby.pct_change
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.
Looks good. 👍
axis=0
arg is missing.
…to groupby.pct_change
…groupby.pct_change
…groupby.pct_change
…groupby.pct_change
…groupby.pct_change
Codecov Report
@@ Coverage Diff @@
## branch-22.08 #11144 +/- ##
===============================================
Coverage ? 86.30%
===============================================
Files ? 144
Lines ? 22761
Branches ? 0
===============================================
Hits ? 19645
Misses ? 3116
Partials ? 0 Continue to review full report at Codecov.
|
…groupby.pct_change
…groupby.pct_change
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.
LGTM!
@gpucibot merge |
Subsequent to #9805, this PR adds support for Groupby.pct_change()
Fixes #9606
Replaces #10444