-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
DEPR: resample/groupby.pad/backfill in favor of ffill/bfill #45076
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
DEPR: resample/groupby.pad/backfill in favor of ffill/bfill #45076
Conversation
mroeschke
commented
Dec 27, 2021
- closes DEPR: Remove aliased Resampler methods #33396
- tests added / passed
- Ensure all linting tests pass, see here for how to run them
- whatsnew entry
do we use 'pad' anywhere else? if so should deprecate those as well |
|
…mple_pad_backfill
kk great |
This PR deprecates `pad` and `backfill` methods in favor of `ffill` and `bfill` methods. Pandas recently deprecated these: pandas-dev/pandas#51221 pandas-dev/pandas#45076 Authors: - GALI PREM SAGAR (https://github.com/galipremsagar) Approvers: - Matthew Roeschke (https://github.com/mroeschke) URL: #13140