Skip to content

Add fillna_method 'pad' extension array tests #52114

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

Closed
wants to merge 2 commits into from

Conversation

jonashaag
Copy link
Contributor

Should we also be adding 'backfill'?

  • closes #xxxx (Replace xxxx with the GitHub issue number)
  • Tests added and passed if fixing a bug or adding a new feature
  • All code checks passed.
  • Added type annotations to new arguments/methods/functions.
  • Added an entry in the latest doc/source/whatsnew/vX.X.X.rst file if fixing a bug or adding a new feature.

@jonashaag jonashaag changed the title Patch 8 Add fillna_method 'pad' extension array tests Mar 22, 2023
@mroeschke
Copy link
Member

mroeschke commented Mar 24, 2023

Since pad is an alias of ffill, adding this is almost redundant with what's already tested.

Additionally we deprecated & removed similarly named methods (#49081) as we're trying to eliminate aliases, so I would opt to even deprecate "pad"

@jonashaag
Copy link
Contributor Author

Oops. I didn't realize it's just an alias.

@jonashaag jonashaag closed this Mar 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants