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

[FEA] Support groupby.ffill(limit=) #18193

Open
gnahz04 opened this issue Mar 7, 2025 · 1 comment
Open

[FEA] Support groupby.ffill(limit=) #18193

gnahz04 opened this issue Mar 7, 2025 · 1 comment
Labels
feature request New feature or request Python Affects Python cuDF API.

Comments

@gnahz04
Copy link

gnahz04 commented Mar 7, 2025

I wish the limit parameter is implemented.

https://github.com/rapidsai/cudf/blame/a3b1f25585ff676e0a537bd2a7821867979facaf/python/cudf/cudf/core/groupby/groupby.py#L2728

seems written from 4 years ago, wonder if there's an ETA?

thanks!

@gnahz04 gnahz04 added the feature request New feature or request label Mar 7, 2025
@mroeschke mroeschke added the Python Affects Python cuDF API. label Mar 7, 2025
@mroeschke mroeschke changed the title [FEA] when it ETA of ffill(limit)? [FEA] Support groupby.ffill(limit=) Mar 7, 2025
@mroeschke
Copy link
Contributor

Thanks for the request.

Unfortunately there is no ETA on this feature yet, but contributions are always welcome!

This change will probably require a modification in libcudf where limit is passed to groupby::replace_nulls

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request Python Affects Python cuDF API.
Projects
Status: Todo
Development

No branches or pull requests

2 participants