[BUG] Exception raised when attempting to call to_cupy
on a string column has a typo
#17799
Labels
bug
Something isn't working
to_cupy
on a string column has a typo
#17799
Describe the bug
The exception raised is:
raise TypeError("String Arrays is not yet implemented in cudf")
However it should be:
raise TypeError("String Arrays is not yet implemented in cudf")
Steps/Code to reproduce bug
The text was updated successfully, but these errors were encountered: