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

Update UDF notebook in User Guide. #10668

Merged
merged 1 commit into from
Apr 15, 2022

Conversation

bdice
Copy link
Contributor

@bdice bdice commented Apr 14, 2022

I noticed a couple lines I didn't expect in the UDF notebook in the User Guide while working on #10663. I didn't get these changes into that PR (had to wait for a local build to verify some things). The two changes are:

  • We don't require method="cudf" in groupby statements.
  • We don't need to execute from cudf.utils import cudautils to run this notebook.

(The cell execution counts also changed. There were some cells executed multiple times the last time this notebook was executed so they got out of order - this fixes it.)

@review-notebook-app
Copy link

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

@bdice bdice self-assigned this Apr 14, 2022
@bdice bdice added the doc Documentation label Apr 14, 2022
@bdice bdice added improvement Improvement / enhancement to an existing function non-breaking Non-breaking change and removed improvement Improvement / enhancement to an existing function labels Apr 14, 2022
@bdice bdice marked this pull request as ready for review April 14, 2022 23:55
@bdice bdice requested a review from brandon-b-miller April 14, 2022 23:56
@codecov
Copy link

codecov bot commented Apr 15, 2022

Codecov Report

Merging #10668 (987d74a) into branch-22.06 (3c13ef1) will increase coverage by 0.03%.
The diff coverage is 90.51%.

@@               Coverage Diff                @@
##           branch-22.06   #10668      +/-   ##
================================================
+ Coverage         86.33%   86.37%   +0.03%     
================================================
  Files               140      142       +2     
  Lines             22289    22356      +67     
================================================
+ Hits              19244    19310      +66     
- Misses             3045     3046       +1     
Impacted Files Coverage Δ
python/cudf/cudf/core/algorithms.py 90.47% <ø> (ø)
python/cudf/cudf/core/cut.py 82.69% <ø> (ø)
python/cudf/cudf/core/groupby/groupby.py 91.72% <ø> (+0.22%) ⬆️
python/cudf/cudf/core/multiindex.py 92.14% <ø> (ø)
python/cudf/cudf/core/series.py 95.28% <ø> (ø)
python/cudf/cudf/utils/cudautils.py 59.83% <ø> (ø)
python/cudf/cudf/utils/ioutils.py 79.60% <ø> (ø)
python/cudf/cudf/utils/utils.py 90.28% <ø> (ø)
python/cudf/cudf/core/frame.py 93.67% <56.52%> (-1.09%) ⬇️
python/dask_cudf/dask_cudf/tests/utils.py 90.90% <90.90%> (ø)
... and 14 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 14a3261...987d74a. Read the comment docs.

@bdice
Copy link
Contributor Author

bdice commented Apr 15, 2022

@gpucibot merge

@rapids-bot rapids-bot bot merged commit 4e668f2 into rapidsai:branch-22.06 Apr 15, 2022
@bdice bdice deleted the update-udf-notebook branch April 19, 2022 21:47
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants