Analyze CSV files and provide comprehensive summaries with statistical insights and visualizations.
Scanned 9/3/2026
Install to Claude Code
npx -y skills add mediar-ai/skillhubz --skill csv-data-summarizer --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Csv Data Summarizer?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/mediar-ai-csv-data-summarizer)More formats (shields.io, HTML) on the badges page.
# CSV Data Summarizer
Analyze CSV files and provide comprehensive summaries with statistical insights and visualizations.
## Prerequisites
- Python 3.8+
- pandas, matplotlib, seaborn
## Instructions
### Critical Behavior
**DO NOT ask what the user wants to do with the data.**
**IMMEDIATELY run comprehensive analysis and present results.**
### Automatic Analysis Steps
1. **Load and inspect** CSV into pandas DataFrame
2. **Identify data structure** - column types, dates, numerics, categories
3. **Determine relevant analyses** based on data type:
- Sales/E-commerce: Time-series, revenue, product performance
- Customer data: Distributions, segmentation, geographic patterns
- Financial data: Trends, summaries, correlations
- Operational data: Time-series, metrics, distributions
- Survey data: Frequencies, cross-tabulations
- Generic: Adapts based on column types
### Analysis Output
For each dataset, automatically generate:
1. **Data Overview**
- Shape, columns, types
- Missing values summary
- Memory usage
2. **Statistical Summary**
- Descriptive statistics
- Distribution analysis
- Correlation matrix
3. **Visualizations**
- Distribution plots
- Time series (if dates present)
- Category breakdowns
- Correlation heatmaps
4. **Insights**
- Key findings
- Anomalies detected
- Recommendations
## Guidelines
1. Run full analysis immediately - no questions
2. Adapt analysis to detected data type
3. Generate ALL relevant visualizations
4. Present complete results without waiting for input
5. Include actionable insights
## Notes
- Intelligently adapts to different industries
- Inspects data first, then determines relevant analyses
- No user input required - just provide the CSV
Source: coffeefuelbump/csv-data-summarizer-claude-skill
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!