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

Add pivot_table and crosstab to docs. #12014

Merged
merged 1 commit into from
Oct 27, 2022

Conversation

bdice
Copy link
Contributor

@bdice bdice commented Oct 27, 2022

Description

This PR resolves #12012 by adding cudf.pivot_table and cudf.crosstab to the documentation.

Checklist

  • I am familiar with the Contributing Guidelines.
  • New or existing tests cover these changes.
  • The documentation is up to date with these changes.

@bdice bdice self-assigned this Oct 27, 2022
@bdice bdice added doc Documentation Python Affects Python cuDF API. non-breaking Non-breaking change labels Oct 27, 2022
@bdice
Copy link
Contributor Author

bdice commented Oct 27, 2022

@shwina
Copy link
Contributor

shwina commented Oct 27, 2022

@gpucibot merge

@codecov
Copy link

codecov bot commented Oct 27, 2022

Codecov Report

Base: 87.40% // Head: 86.90% // Decreases project coverage by -0.49% ⚠️

Coverage data is based on head (ac3975f) compared to base (f72c4ce).
Patch has no changes to coverable lines.

❗ Current head ac3975f differs from pull request most recent head 7d3531e. Consider uploading reports for the commit 7d3531e to get more accurate results

Additional details and impacted files
@@               Coverage Diff                @@
##           branch-22.12   #12014      +/-   ##
================================================
- Coverage         87.40%   86.90%   -0.50%     
================================================
  Files               133      133              
  Lines             21833    21977     +144     
================================================
+ Hits              19084    19100      +16     
- Misses             2749     2877     +128     
Impacted Files Coverage Δ
python/strings_udf/strings_udf/lowering.py 0.00% <0.00%> (-84.40%) ⬇️
python/strings_udf/strings_udf/_typing.py 81.05% <0.00%> (-14.74%) ⬇️
python/strings_udf/strings_udf/__init__.py 84.31% <0.00%> (-12.57%) ⬇️
python/cudf/cudf/io/text.py 91.66% <0.00%> (-8.34%) ⬇️
python/cudf/cudf/core/_base_index.py 82.20% <0.00%> (-3.35%) ⬇️
python/cudf/cudf/core/column/lists.py 92.78% <0.00%> (-0.97%) ⬇️
python/cudf/cudf/testing/dataset_generator.py 72.83% <0.00%> (-0.42%) ⬇️
python/dask_cudf/dask_cudf/core.py 73.72% <0.00%> (-0.41%) ⬇️
python/dask_cudf/dask_cudf/backends.py 84.90% <0.00%> (-0.37%) ⬇️
python/cudf/cudf/core/tools/datetimes.py 84.19% <0.00%> (-0.31%) ⬇️
... and 23 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@rapids-bot rapids-bot bot merged commit bac2004 into rapidsai:branch-22.12 Oct 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
doc Documentation non-breaking Non-breaking change Python Affects Python cuDF API.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[DOC] crosstab and pivot_table missing from API docs
2 participants