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

Closed
dagardner-nv opened this issue May 16, 2024 · 0 comments · Fixed by #17350
Closed

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

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

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 Python Affects Python cuDF API. label May 16, 2024
@vyasr vyasr added the good first issue Good for newcomers label May 17, 2024
@vyasr vyasr added this to cuDF Python Nov 5, 2024
@GPUtester GPUtester moved this from Todo to In Progress in cuDF Python Dec 2, 2024
@rapids-bot rapids-bot bot closed this as completed in 12c77f3 Dec 3, 2024
@github-project-automation github-project-automation bot moved this from In Progress to Done in cuDF Python Dec 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
doc Documentation good first issue Good for newcomers Python Affects Python cuDF API.
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

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