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

[FEA] pct_change #6133

Closed
thiago2034 opened this issue Sep 1, 2020 · 1 comment · Fixed by #8650
Closed

[FEA] pct_change #6133

thiago2034 opened this issue Sep 1, 2020 · 1 comment · Fixed by #8650
Assignees
Labels
feature request New feature or request Python Affects Python cuDF API.

Comments

@thiago2034
Copy link

Is there anything in the cudf similar to the pandas pct_change?

@thiago2034 thiago2034 added Needs Triage Need team to review and classify feature request New feature or request labels Sep 1, 2020
@kkraus14 kkraus14 added Python Affects Python cuDF API. and removed Needs Triage Need team to review and classify labels Sep 15, 2020
@github-actions
Copy link

This issue has been marked rotten due to no recent activity in the past 90d. Please close this issue if no further response or action is needed. Otherwise, please respond with a comment indicating any updates or changes to the original issue and/or confirm this issue still needs to be addressed.

@beckernick beckernick self-assigned this May 7, 2021
@beckernick beckernick removed their assignment Jun 22, 2021
@beckernick beckernick added this to the Time Series Analysis milestone Jul 14, 2021
rapids-bot bot pushed a commit that referenced this issue Jul 22, 2021
closes #6133
closes #8727
unit test in test_stats.py: test_series_pct_change

Added pct_change function for Series. The limit and freq arguments could not be fully implemented due to lack of implementation in Series.fillna() and Series.shift() functions respectively.

Authors:
  - https://github.com/TravisHester

Approvers:
  - Michael Wang (https://github.com/isVoid)
  - Benjamin Zaitlen (https://github.com/quasiben)

URL: #8650
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request Python Affects Python cuDF API.
Projects
None yet
4 participants