Skip to content

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

Merged

Conversation

mroeschke
Copy link
Member

@mroeschke mroeschke added Deprecate Functionality to remove in pandas Groupby Resample resample method labels Dec 27, 2021
@jreback
Copy link
Contributor

jreback commented Dec 27, 2021

do we use 'pad' anywhere else? if so should deprecate those as well

@mroeschke
Copy link
Member Author

do we use 'pad' anywhere else? if so should deprecate those as well

method='pad' and method='backfill' appear in several function like reindex, interpolate etc. Probably best tackled in subsequent PRs.

@jreback
Copy link
Contributor

jreback commented Dec 28, 2021

do we use 'pad' anywhere else? if so should deprecate those as well

method='pad' and method='backfill' appear in several function like reindex, interpolate etc. Probably best tackled in subsequent PRs.

kk great

@jreback jreback merged commit 21805a1 into pandas-dev:master Dec 28, 2021
@mroeschke mroeschke deleted the depr/groupby_resample_pad_backfill branch December 28, 2021 21:27
rapids-bot bot pushed a commit to rapidsai/cudf that referenced this pull request Apr 14, 2023
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Deprecate Functionality to remove in pandas Groupby Resample resample method
Projects
None yet
Development

Successfully merging this pull request may close these issues.

DEPR: Remove aliased Resampler methods
2 participants