cudf-analytics

Performs GPU-accelerated groupby, descriptive statistics, and anomaly detection on tabular data with cuDF.

1|Updated Apr 8, 2026
One-click install
npx skills add https://github.com/leesk212/dannys-coding-ai-agent-final --skill cudf-analytics-leesk212
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cudf-analytics
Source: https://github.com/leesk212/dannys-coding-ai-agent-final/tree/main/ETC/deepagents_sourcecode/examples/nvidia_deep_agent/skills/cudf-analytics
Command: npx skills add https://github.com/leesk212/dannys-coding-ai-agent-final --skill cudf-analytics-leesk212

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

cuDF Analytics enables rapid, GPU-accelerated data analysis on large tabular datasets, delivering fast groupby aggregations, descriptive statistics, and anomaly detection without sacrificing usability.

Core Features & Use Cases

  • Groupby aggregations and descriptive statistics on large tabular data
  • Anomaly detection and profiling for datasets with millions of rows
  • Pandas-like API with GPU acceleration for familiar workflows

Quick Start

Run this skill on a sample dataset to perform GPU-accelerated groupby summarizations, descriptive statistics, and anomaly detection with cuDF.

Frequently Asked Questions about cudf-analytics

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I perform GPU-accelerated groupby aggregations on large CSV datasets?

You can perform GPU-accelerated groupby aggregations on large CSV data using a pandas-like interface powered by NVIDIA cuDF. It enables rapid summarizations and descriptive statistics on millions of rows.

Can I use a pandas-like API for anomaly detection on tabular data with GPU acceleration?

Yes, you can use a pandas-like API for anomaly detection on tabular data with GPU acceleration. The cuDF backend processes millions of rows rapidly while maintaining familiar pandas workflows for data profiling and correlation analysis.

Does cuDF data analysis automatically fall back to CPU pandas when CUDA is unavailable?

Yes, cuDF data analysis includes safe fallbacks to CPU pandas when CUDA is unavailable. This ensures your groupby aggregations and descriptive statistics workflows remain operational even without a supported GPU environment.

What is the best way to speed up descriptive statistics and profiling on large tabular datasets?

The best way to speed up descriptive statistics and profiling on large tabular datasets is using GPU-accelerated processing with NVIDIA cuDF. It provides a deterministic workflow with optional memory profiling to handle millions of rows efficiently.

Do I need an NVIDIA GPU to run correlation analysis on large CSV files?

No, you do not need an NVIDIA GPU to run correlation analysis on large CSV files. The workflow utilizes GPU acceleration via cuDF when available, but safely falls back to CPU pandas to ensure continuous data processing.