You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe. Series.fillna currently supports "ffill" as an option for fill_method which in pandas is the same as "pad", however the cudf version of Series.fillna does not currently support "pad" as a valid option.
Describe the solution you'd like Series.fillna should support "pad" as an option for fill_method and treat it the same way as "ffill"
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Series.fillna
currently supports "ffill" as an option forfill_method
which in pandas is the same as "pad", however the cudf version ofSeries.fillna
does not currently support "pad" as a valid option.Describe the solution you'd like
Series.fillna
should support "pad" as an option forfill_method
and treat it the same way as "ffill"The text was updated successfully, but these errors were encountered: