A skill that enables Claw to load, explore, analyze, and visualize CSV datasets, providing statistical insights and answering questions about the data.
Scanned 9/9/2026
Install to Claude Code
npx -y skills add Lord1Egypt/awesome-skill-forge --skill ub2-csv-data-analyzer --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Ub2 Csv Data Analyzer?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/lord1egypt-ub2-csv-data-analyzer)More formats (shields.io, HTML) on the badges page.
# CSV Data Analyzer
A skill that enables Claw to load, explore, analyze, and visualize CSV datasets, providing statistical insights and answering questions about the data.
## What This Skill Does
This skill equips Claw with a structured approach to CSV data analysis:
1. **Data Loading & Inspection** — Read CSV files, detect column types, and display basic structure (shape, columns, sample rows)
2. **Data Cleaning** — Identify and handle missing values, duplicates, and type inconsistencies
3. **Statistical Summary** — Compute descriptive statistics (mean, median, mode, standard deviation, percentiles) for numeric columns
4. **Filtering & Grouping** — Slice data by conditions and aggregate by categories
5. **Correlation Analysis** — Find relationships between numeric variables
6. **Visualization** — Generate charts (bar, line, scatter, histogram) to illustrate patterns
## How to Use
Provide a CSV file and ask Claw to analyze it:
- "Analyze this sales data and tell me which product category has the highest revenue"
- "Find outliers in the temperature column of this dataset"
- "Create a chart showing monthly trends from this CSV"
- "Compare group A vs group B performance in this experiment data"
## Requirements
- Input must be a valid CSV file (comma-separated by default; other delimiters can be specified)
- Python with pandas and matplotlib should be available in the environment
## Output
- Summary statistics table
- Key insights in plain language
- Charts saved as PNG files when visualization is requested
- Cleaned dataset exported as a new CSV if data cleaning was performed
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!