rapidsai/cudf

[DOC] Split `cudf/source/user_guide/10min.ipynb` into 2 notebooks for cuDF and Dask-cuDF

Open

#21 374 ouverte le 6 févr. 2026

Voir sur GitHub
 (2 commentaires) (0 réactions) (1 assigné)C++ (735 forks)batch import
Pythoncidaskdocgood first issue

Métriques du dépôt

Stars
 (6 000 stars)
Métriques de merge PR
 (Merge moyen 17j 21h) (230 PRs mergées en 30 j)

Description

Report incorrect documentation

Location of incorrect documentation cudf/source/user_guide/10min.ipynb

Describe the problems or issues found in the documentation Currently this notebook (and other notebooks that use Dask) isn't being validated in our CI https://github.com/rapidsai/cudf/blob/62387458abe94670c386460a39c877c7530d544d/ci/test_notebooks.sh#L52

And it's likely that https://github.com/rapidsai/cudf/pull/20925 broke something in this notebook when run by-hand.

Suggested fix for documentation

  1. Create 2, 10 minutes to [cuDF|Dask-cuDF] notebooks so we can at least validate a (probably commonly seen) introductory cuDF notebook
  2. Investigate other notebooks that might be running Dask and split them out into other notebooks if appropriate. (The CI currently only skips validating 10min.ipynb because of Dask usage)

Guide contributeur