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] crosstab and pivot_table missing from API docs #12012

Closed
shwina opened this issue Oct 27, 2022 · 1 comment · Fixed by #12014
Closed

[DOC] crosstab and pivot_table missing from API docs #12012

shwina opened this issue Oct 27, 2022 · 1 comment · Fixed by #12014
Assignees
Labels
doc Documentation Python Affects Python cuDF API.

Comments

@shwina
Copy link
Contributor

shwina commented Oct 27, 2022

We implemented these in #11314, but seem to have missed adding them to the API docs.

@shwina shwina added doc Documentation Needs Triage Need team to review and classify labels Oct 27, 2022
@shwina shwina added Python Affects Python cuDF API. and removed Needs Triage Need team to review and classify labels Oct 27, 2022
@bdice
Copy link
Contributor

bdice commented Oct 27, 2022

Done in #12014. I also noticed we were missing DataFrame.pivot_table, so I opened #12015. Thanks @shwina for catching this!

rapids-bot bot pushed a commit that referenced this issue Oct 27, 2022
This PR resolves #12012 by adding `cudf.pivot_table` and `cudf.crosstab` to the documentation.

Authors:
  - Bradley Dice (https://github.com/bdice)

Approvers:
  - Ashwin Srinath (https://github.com/shwina)

URL: #12014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
doc Documentation Python Affects Python cuDF API.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants