-
Notifications
You must be signed in to change notification settings - Fork 908
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] Some APIs are missing doc examples #5290
Comments
This has been partially resolved in |
@galipremsagar once 0.18 release is done lets re-evaluate and update this list. |
Sure |
After re-evaluating what is not yet tackled, here are the list of APIs which need example additions:
I'll close this issue in |
4 tasks
rapids-bot bot
pushed a commit
that referenced
this issue
Mar 10, 2021
Fully resolves: #5290 This PR: - [x] Adds missing docstring examples in python public APIs. - [x] Adds some missing alias APIs. - [x] Fixes issue in `Series.take` where the index was not correctly being removed when `keep_index=False`. - [x] **Removes** `Series.values_to_string`, this API seems to be have been touched 4-years ago and since we have removed support for iterating over GPU objects thought it is best to remove this API altogether. Authors: - GALI PREM SAGAR (@galipremsagar) Approvers: - Keith Kraus (@kkraus14) URL: #7546
hyperbolic2346
pushed a commit
to hyperbolic2346/cudf
that referenced
this issue
Mar 25, 2021
Fully resolves: rapidsai#5290 This PR: - [x] Adds missing docstring examples in python public APIs. - [x] Adds some missing alias APIs. - [x] Fixes issue in `Series.take` where the index was not correctly being removed when `keep_index=False`. - [x] **Removes** `Series.values_to_string`, this API seems to be have been touched 4-years ago and since we have removed support for iterating over GPU objects thought it is best to remove this API altogether. Authors: - GALI PREM SAGAR (@galipremsagar) Approvers: - Keith Kraus (@kkraus14) URL: rapidsai#7546
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Report incorrect documentation
Location of incorrect documentation
This is a running issue containing a list of public-facing APIs not having code samples..
Describe the problems or issues found in the documentation
Series
Steps taken to verify documentation is incorrect
Verify cudf usage & pandas usage.
Suggested fix for documentation
Update their docs
The text was updated successfully, but these errors were encountered: