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 DataFrame.rename_axis #16895

Open
rjzamora opened this issue Sep 24, 2024 · 0 comments
Open

[FEA] Support DataFrame.rename_axis #16895

rjzamora opened this issue Sep 24, 2024 · 0 comments
Labels
feature request New feature or request

Comments

@rjzamora
Copy link
Member

I'd like cudf to support the DataFrame.rename_axis (pandas doc). This method gets used often in pandas code (for example, it's use in dask-expr recently caused this dask-cudf bug).

@rjzamora rjzamora added the feature request New feature or request label Sep 24, 2024
rapids-bot bot pushed a commit that referenced this issue Sep 25, 2024
…16899)

See #16895
Closes #16892

Dask-expr uses `rename_axis`, which is not supported by cudf yet. This is a temporary workaround until #16895 is resolved.

Authors:
  - Richard (Rick) Zamora (https://github.com/rjzamora)
  - GALI PREM SAGAR (https://github.com/galipremsagar)

Approvers:
  - Mads R. B. Kristensen (https://github.com/madsbk)
  - GALI PREM SAGAR (https://github.com/galipremsagar)

URL: #16899
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
Projects
None yet
Development

No branches or pull requests

1 participant