-
Notifications
You must be signed in to change notification settings - Fork 902
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
[QST] How to use cudf.Series() and get_json_object() #14102
Comments
The
You can use the
Hopefully that helps. |
|
Ok. Thank you. Can you share me a simple example created as a strings column data object? |
The doc is a bit confusing since the formatter would have issues with the three double-quotes
|
Does the API get_json_object() described in https://docs.rapids.ai/api/cudf/legacy/api_docs/api/cudf.core.column.string.stringmethods.get_json_object/
supports the json query?
I installed rapids cudf libraries via conda following the instructions in rapids site.
Follow the example in the above link, I write python code like below
But it gives an error like this? What is the problem?
The text was updated successfully, but these errors were encountered: