You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When there is a list column in a dataframe and while try converting the dataframe dtypes to pandas nullable dtypes, there is an error.
Fixes: #7070
This PR fixes a failure in `to_pandas` when `nullable` is set to `True`. The changes in this PR implement `__hash__` in `listDtype`.
Authors:
- galipremsagar <[email protected]>
Approvers:
- Ashwin Srinath
URL: #7081
Describe the bug
When there is a list column in a dataframe and while try converting the dataframe dtypes to pandas nullable dtypes, there is an error.
Steps/Code to reproduce bug
Expected behavior
When
nullable=True
we can safely ignore list dtypes and continue to map the rest of the existing types to pandas nullable types.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
Additional context
Surfaced in fuzz testing: #6001
The text was updated successfully, but these errors were encountered: