Skip to content
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] Exception raised when attempting to call to_cupy on a string column has a typo #17799

Closed
dagardner-nv opened this issue Jan 23, 2025 · 0 comments · Fixed by #17800
Closed
Labels
bug Something isn't working

Comments

@dagardner-nv
Copy link
Contributor

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

import cudf
s = cudf.Series(['a','b', 'c'])
s.to_cupy()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant