rapidsairapidsaiOfficialยท8 Agent Skills Included

cudf

GPU-accelerated DataFrame processing, testing, and pull request review

Accelerates pandas, Polars, and Dask DataFrame workloads on NVIDIA GPUs with zero or minimal code changes. Guides AI agents through building, testing, benchmarking, and reviewing cuDF pull requests and CI failures. Eliminates slow CPU data processing, manual build steps, and guesswork when debugging GPU compatibility issues.
npx skills add rapidsai/cudf --all -g -y

All Skills in This Repository (8)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install cuDF skills?โ–ผ

Run `npx skills add rapidsai/cudf --all -g -y` in your terminal to install all skills in this suite globally.

How to speed up pandas on a GPU?โ–ผ

Load the cudf.pandas extension before importing pandas, and your existing code runs on the GPU with automatic CPU fallback for unsupported operations.

Can AI agents review cuDF pull requests?โ–ผ

Yes. The review-cudf skill fetches the PR diff, checks it against official C++ and Python review guidelines, and produces a structured review with findings and a verdict.

How to reproduce cuDF CI failures locally?โ–ผ

The reproduce-ci skill parses a GitHub Actions job URL, pulls the same container image, and reruns the exact CI script locally in Docker for debugging.

Do I need a GPU to use these skills?โ–ผ

The DataFrame acceleration skills require an NVIDIA GPU with CUDA 12 or 13, while review and CI reproduction skills mainly need Docker and the GitHub CLI.

Related Repositories in Data & Analytics

View All in Data & Analyticsโ†’