-
Notifications
You must be signed in to change notification settings - Fork 915
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] Update data-types page for cudf
#11605
Comments
Do we just need to update/add to https://docs.rapids.ai/api/cudf/nightly/user_guide/data-types.html? |
Yup |
cudf
cudf
This issue has been labeled |
@galipremsagar what data types are missing? It seems like all of our main extension types are there (list, struct) but perhaps I missed something? |
Please feel free to re-open if #11604 did not solve this. |
We list all our extension types(as text) but their docstrings are not discoverable by any means(dtypes page/search). I intend to add that aspect. |
Resolves #11605 This PR: - [x] Creates docs page entries for `cudf.CategoricalDtype`, `cudf.ListDtype`, `cudf.StructDtype`, `cudf.Decimal32Dtype`, `cudf.Decimal64Dtype`, `cudf.Decimal128Dtype`. - [x] Updates docstrings in all of the public APIs of the above dtypes. - [x] Links them in the `data-types.md` page where all supported dtypes are listed as a table. Authors: - GALI PREM SAGAR (https://github.com/galipremsagar) Approvers: - Vyas Ramasubramani (https://github.com/vyasr) URL: #11974
Describe the problems or issues found in the documentation
We will need to expose some of the cudf specific data-type into the existing data-types page here: (https://docs.rapids.ai/api/cudf/nightly/user_guide/data-types.html)
Suggested fix for documentation
(https://pandas.pydata.org/docs/reference/api/pandas.CategoricalDtype.html#pandas.CategoricalDtype)
The text was updated successfully, but these errors were encountered: