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] Check why we need __iter__ special overrides for cudf.pandas #14481

Closed
galipremsagar opened this issue Nov 22, 2023 · 0 comments · Fixed by #17251
Closed

[FEA] Check why we need __iter__ special overrides for cudf.pandas #14481

galipremsagar opened this issue Nov 22, 2023 · 0 comments · Fixed by #17251
Assignees
Labels
bug Something isn't working Python Affects Python cuDF API.

Comments

@galipremsagar
Copy link
Contributor

Describe the FEA
We currently have iter overrides for all proxy objects like: https://github.com/rapidsai/cudf/blob/branch-24.02/python/cudf/cudf/pandas/_wrappers/pandas.py#L159, This is a feature request to get to the bottom of it and see if we can completely eliminate this special handling.

@galipremsagar galipremsagar added bug Something isn't working Needs Triage Need team to review and classify labels Nov 22, 2023
@galipremsagar galipremsagar self-assigned this Nov 22, 2023
@galipremsagar galipremsagar added Python Affects Python cuDF API. and removed Needs Triage Need team to review and classify labels Nov 22, 2023
@vyasr vyasr mentioned this issue Nov 7, 2024
3 tasks
@GPUtester GPUtester moved this to In Progress in cuDF Python Nov 7, 2024
@rapids-bot rapids-bot bot closed this as completed in 0f1ae26 Nov 8, 2024
@github-project-automation github-project-automation bot moved this from In Progress to Done in cuDF Python Nov 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Python Affects Python cuDF API.
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant