[FEA] Support Decimal Casts to String and String to Decimal #1625
Labels
cudf_dependency
An issue or PR with this label depends on a new feature in cudf
feature request
New feature or request
Milestone
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.
The text was updated successfully, but these errors were encountered: