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 missing casting operations in cudf-polars #17060

Open
brandon-b-miller opened this issue Oct 11, 2024 · 0 comments
Open

[FEA] Support missing casting operations in cudf-polars #17060

brandon-b-miller opened this issue Oct 11, 2024 · 0 comments
Assignees
Labels
cudf.polars Issues specific to cudf.polars feature request New feature or request Python Affects Python cuDF API.

Comments

@brandon-b-miller
Copy link
Contributor

Several casting operations are missing from cudf-polars that are common in real world workflows:

polars.exceptions.ComputeError: 'cuda' conversion failed: NotImplementedError: Can't cast FLOAT64 to STRING
polars.exceptions.ComputeError: 'cuda' conversion failed: NotImplementedError: Can't cast INT64 to TIMESTAMP_NANOSECONDS
polars.exceptions.ComputeError: 'cuda' conversion failed: NotImplementedError: Can't cast INT64 to STRING 

Implementing these would help round out the feature set for the cudf-polars API and some require pylibcudf apis that are mostly already exposed.

@brandon-b-miller brandon-b-miller added cudf.polars Issues specific to cudf.polars feature request New feature or request labels Oct 11, 2024
@brandon-b-miller brandon-b-miller self-assigned this Oct 11, 2024
rapids-bot bot pushed a commit that referenced this issue Nov 7, 2024
Depends on #16991
Part of #17060

Implements cross casting from string <-> numeric types in `cudf-polars`

Authors:
  - https://github.com/brandon-b-miller
  - Matthew Murray (https://github.com/Matt711)
  - Vyas Ramasubramani (https://github.com/vyasr)

Approvers:
  - Lawrence Mitchell (https://github.com/wence-)
  - Muhammad Haseeb (https://github.com/mhaseeb123)
  - Matthew Murray (https://github.com/Matt711)

URL: #17076
@vyasr vyasr added the Python Affects Python cuDF API. label Nov 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cudf.polars Issues specific to cudf.polars feature request New feature or request Python Affects Python cuDF API.
Projects
Status: Todo
Development

No branches or pull requests

2 participants