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
Backport PR #55527: BUG fix deprecation of limit and fill_method … (#55701)
Backport PR #55527: BUG fix deprecation of `limit` and `fill_method` in `pct_change`
Co-authored-by: Yao Xiao <108576690+Charlie-XIAO@users.noreply.github.com>
- Reverted deprecation of ``fill_method=None`` in :meth:`DataFrame.pct_change`, :meth:`Series.pct_change`, :meth:`DataFrameGroupBy.pct_change`, and :meth:`SeriesGroupBy.pct_change`; the values ``'backfill'``, ``'bfill'``, ``'pad'``, and ``'ffill'`` are still deprecated (:issue:`53491`)
0 commit comments