What problem does it solve?
This Skill removes the bottleneck of CPU-bound tabular analysis by enabling high-performance, GPU-accelerated operations on large CSVs and dataframes so users can get fast summaries, aggregations, and anomaly detection on millions of rows.
Core Features & Use Cases
- Pandas-like GPU computations: Use NVIDIA cuDF with a familiar API to accelerate common pandas workflows.
- Statistical summaries & profiling: Compute mean, median, std, quantiles, and correlation matrices at scale.
- Groupby aggregations & reporting: Fast groupby/aggregate operations and conversion to pandas for downstream reporting.
- Anomaly detection: Built-in examples for IQR and Z-score based outlier detection for data quality checks.
- Real-world use: Process multi-million-row sales or telemetry CSVs to produce per-category aggregates, detect outliers, and export summary tables for BI dashboards.
Quick Start
Use the cudf-analytics skill to read a large CSV, compute groupby revenue aggregates by category, produce summary statistics, and return the results as a pandas DataFrame.