You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
The text was updated successfully, but these errors were encountered:
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: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:
The text was updated successfully, but these errors were encountered: