[FEA] DataFrame pct_change #9603
Labels
feature request
New feature or request
good first issue
Good for newcomers
Python
Affects Python cuDF API.
Milestone
Series.pct_change
was implemented in cuDF Python in #8650 . For pandas compatibility, it would be nice to implement this for DataFrames. The DataFrame method calculates the percent change individually for each column.As a starting point, it would make sense to limit the supported parameters/configuration currently supported by
Series.pct_change
.The text was updated successfully, but these errors were encountered: