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 Decimal Casts to String and String to Decimal #1625

Closed
tgravescs opened this issue Jan 29, 2021 · 2 comments
Closed

[FEA] Support Decimal Casts to String and String to Decimal #1625

tgravescs opened this issue Jan 29, 2021 · 2 comments
Labels
cudf_dependency An issue or PR with this label depends on a new feature in cudf feature request New feature or request

Comments

@tgravescs
Copy link
Collaborator

tgravescs commented Jan 29, 2021

Is your feature request related to a problem? Please describe.
I was testing reading some Decimal values from a datasource v2 and just doing a show() on it and it couldn't run on GPU due to Decimal cast to String not supported.

We should add support for these, not sure on priority, but if users like using show() it might come up quite a bit.

@tgravescs tgravescs added feature request New feature or request ? - Needs Triage Need team to review and classify labels Jan 29, 2021
@sameerz sameerz added cudf_dependency An issue or PR with this label depends on a new feature in cudf and removed ? - Needs Triage Need team to review and classify labels Feb 2, 2021
@revans2
Copy link
Collaborator

revans2 commented Feb 2, 2021

I filed rapidsai/cudf#7285 for this

@sameerz sameerz mentioned this issue Feb 3, 2021
27 tasks
@sameerz
Copy link
Collaborator

sameerz commented Mar 22, 2021

Related to rapidsai/cudf#7623

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cudf_dependency An issue or PR with this label depends on a new feature in cudf feature request New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants