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

[DOC] cudf.Series.to_list is empty #15767

Open
dagardner-nv opened this issue May 16, 2024 · 0 comments
Open

[DOC] cudf.Series.to_list is empty #15767

dagardner-nv opened this issue May 16, 2024 · 0 comments
Labels
cuDF (Python) Affects Python cuDF API. doc Documentation good first issue Good for newcomers

Comments

@dagardner-nv
Copy link
Contributor

Report incorrect documentation

Location of incorrect documentation
API

Describe the problems or issues found in the documentation
This method raises a TypeError, however the API docs for this method are blank. The documentation should mirror the exception message of:

cuDF does not support conversion to host memory via the `tolist()` method. Consider using `.to_arrow().to_pylist()` to construct a Python list.

Steps taken to verify documentation is incorrect
List any steps you have taken:

Suggested fix for documentation
Detail proposed changes to fix the documentation if you have any.


Report needed documentation

Report needed documentation
A clear and concise description of what documentation you believe it is needed and why.

Describe the documentation you'd like
A clear and concise description of what you want to happen.

Steps taken to search for needed documentation
List any steps you have taken:

@dagardner-nv dagardner-nv added the doc Documentation label May 16, 2024
@mroeschke mroeschke added the cuDF (Python) Affects Python cuDF API. label May 16, 2024
@vyasr vyasr added the good first issue Good for newcomers label May 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cuDF (Python) Affects Python cuDF API. doc Documentation good first issue Good for newcomers
Projects
Status: In Progress
Development

No branches or pull requests

4 participants
@vyasr @mroeschke @dagardner-nv and others