-
Notifications
You must be signed in to change notification settings - Fork 904
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] Unable to create list dtype in cudf.Index #6932
Comments
This issue has been marked stale due to no recent activity in the past 30d. Please close this issue if no further response or action is needed. Otherwise, please respond with a comment indicating any updates or changes to the original issue and/or confirm this issue still needs to be addressed. This issue will be marked rotten if there is no activity in the next 60d. |
This issue has been labeled |
I'd be hesitant to expand our API surface area by introducing a new ListIndex type until we have compelling use cases. This is especially true around indexes, as we are concurrently pushing for Pandas to rely less on indexes (pandas-dev/pandas#48880). |
Describe the bug
While trying to create an Index object of
list
dtype, we are currently getting aRecursionError
. Havinglist
dtype support inIndex
would be essential incase of.str.split
operations where.str
can operate on anIndex
object and the expected output would be a list dtype.Steps/Code to reproduce bug
Expected behavior
Ability to create an Index with
list
dtype.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 detailsClick here to see environment details
The text was updated successfully, but these errors were encountered: