Skip to content
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

GH987 Add limit_area parameter in ffill and bfill methods #1028

Merged
merged 4 commits into from
Nov 11, 2024

Conversation

hyperc54
Copy link
Contributor

@hyperc54 hyperc54 commented Nov 9, 2024

Hi!
Seeing the issue was a bit old I thought it was a good opportunity to give it a try, hope that's ok.

This PR adds the missing limit_area parameter to the ffill and bfill method to match the implementation in the main pandas repo. (also adds tests)

Copy link
Collaborator

@Dr-Irv Dr-Irv left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you also make the same changes for Series.ffill() and Series.bfill() ?

@hyperc54
Copy link
Contributor Author

Sorry I missed that, added those

pandas-stubs/core/series.pyi Outdated Show resolved Hide resolved
Copy link
Collaborator

@Dr-Irv Dr-Irv left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks @hyperc54

@Dr-Irv Dr-Irv merged commit 25b7a9e into pandas-dev:main Nov 11, 2024
10 checks passed
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.

limit_area argument is currently missing for the frame.pyi
2 participants