Skip to content
All Skills

CSV Data Analyzer

Analyzes CSV data and generates insights, summaries, and visualizations. Prerequisites: python3.

Data & Analysis|v1|Updated 5/18/2026
MCP get_skill({ skillId: "csv-data-analyzer-56e7e850" })

Use this skill with your agent

Create a free account and connect via MCP

Get Started Free
# CSV Data Analyzer

## Description
Analyze CSV data to extract insights and generate summaries.

## Steps
1. Parse CSV and identify column types (numeric, categorical, datetime)
2. Generate summary statistics (count, mean, median, std, min, max)
3. Identify missing values and data quality issues
4. Detect outliers using IQR method
5. Find correlations between numeric columns
6. Suggest visualizations based on data types

## Output
- Data summary table
- Key insights (top 5 findings)
- Data quality report
- Recommended next steps
#csv#data#analysispython3