-
Notifications
You must be signed in to change notification settings - Fork 916
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
[BUG]User defined functions are currently not supported on Series with dtypes str and category #10722
Comments
Hi @WonderingWJ , can you provide some information about |
There are a lot of columns in
Which column's dtype you want to know ? |
Thanks @WonderingWJ , could you provide the dtype of the column named |
|
Thanks - looking into this now. |
This issue has been labeled |
This issue has been labeled |
Without the original data it is hard to say for sure, but as best as I can tell the original snippet no longer fails using some toy data that matches the data types discussed above:
The broader issue raised in the title (UDFs not supporting some types) is being tracked more holistically in other issues (such as #9639). |
Describe the bug
In cudf
21.12.00a+293.g0930f712e6
, there is error logTypeError: User defined functions are currently not supported on Series with dtypes str and category
. But in cudf21.08.03
, the code below can successfully run.Steps/Code to reproduce bug
Follow this guide http://matthewrocklin.com/blog/work/2018/02/28/minimal-bug-reports to craft a minimal bug report. This helps us reproduce the issue you're having and resolve the issue more quickly.
Expected behavior
Successfully run
Environment overview (please complete the following information)
Environment details
Please run and paste the output of the
cudf/print_env.sh
script here, to gather any other relevant environment detailsAdditional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: