A Claude Skill that automatically analyzes uploaded CSV files β generating summary statistics, detecting missing data, and creating quick visualizations using Python and pandas.
466
stars
0
commits
Python
primary language
Oct 16, 2025
updated
A powerful Claude Skill that automatically analyzes CSV files and generates comprehensive insights with visualizations. Upload any CSV and get instant, intelligent analysis without being asked what you want!
csv-data-summarizer-claude-skill/
βββ SKILL.md # Claude Skill definition
βββ analyze.py # Comprehensive analysis engine
βββ requirements.txt # Python dependencies
βββ examples/
β βββ showcase_financial_pl_data.csv # Demo P&L financial dataset (15 months, 25 metrics)
βββ resources/
βββ sample.csv # Example dataset
βββ README.md # Usage documentation
No prompting needed. No options to choose. Just instant, comprehensive insights!
csv-data-summarizer.zipgit clone git@github.com:coffeefuelbump/csv-data-summarizer-claude-skill.git
cd csv-data-summarizer-claude-skill
pip install -r requirements.txt
The included demo CSV contains 15 months of P&L data with:
Dependencies:
Visualizations Generated:
============================================================
π DATA OVERVIEW
============================================================
Rows: 100 | Columns: 15
π DATA TYPES:
β’ order_date: object
β’ total_revenue: float64
β’ customer_segment: object
...
π DATA QUALITY:
β No missing values - dataset is complete!
π NUMERICAL ANALYSIS:
[Summary statistics for all numeric columns]
π CORRELATIONS:
[Correlation matrix showing relationships]
π
TIME SERIES ANALYSIS:
Date range: 2024-01-05 to 2024-04-11
Span: 97 days
π VISUALIZATIONS CREATED:
β correlation_heatmap.png
β time_series_analysis.png
β distributions.png
β categorical_distributions.png
Contributions are welcome! Feel free to:
MIT License - feel free to use this skill for personal or commercial projects!
Built for the Claude Skills platform by Anthropic.
Made with β€οΈ for the AI community
β Star this repo if you find it useful!
Python
100.0%
A Claude Skill that automatically analyzes uploaded CSV files β generating summary statistics, detecting missing data, and creating quick visualizations using Python and pandas.
466
stars
0
commits
Python
primary language
Oct 16, 2025
updated
A powerful Claude Skill that automatically analyzes CSV files and generates comprehensive insights with visualizations. Upload any CSV and get instant, intelligent analysis without being asked what you want!
csv-data-summarizer-claude-skill/
βββ SKILL.md # Claude Skill definition
βββ analyze.py # Comprehensive analysis engine
βββ requirements.txt # Python dependencies
βββ examples/
β βββ showcase_financial_pl_data.csv # Demo P&L financial dataset (15 months, 25 metrics)
βββ resources/
βββ sample.csv # Example dataset
βββ README.md # Usage documentation
No prompting needed. No options to choose. Just instant, comprehensive insights!
csv-data-summarizer.zipgit clone git@github.com:coffeefuelbump/csv-data-summarizer-claude-skill.git
cd csv-data-summarizer-claude-skill
pip install -r requirements.txt
The included demo CSV contains 15 months of P&L data with:
Dependencies:
Visualizations Generated:
============================================================
π DATA OVERVIEW
============================================================
Rows: 100 | Columns: 15
π DATA TYPES:
β’ order_date: object
β’ total_revenue: float64
β’ customer_segment: object
...
π DATA QUALITY:
β No missing values - dataset is complete!
π NUMERICAL ANALYSIS:
[Summary statistics for all numeric columns]
π CORRELATIONS:
[Correlation matrix showing relationships]
π
TIME SERIES ANALYSIS:
Date range: 2024-01-05 to 2024-04-11
Span: 97 days
π VISUALIZATIONS CREATED:
β correlation_heatmap.png
β time_series_analysis.png
β distributions.png
β categorical_distributions.png
Contributions are welcome! Feel free to:
MIT License - feel free to use this skill for personal or commercial projects!
Built for the Claude Skills platform by Anthropic.
Made with β€οΈ for the AI community
β Star this repo if you find it useful!
Python
100.0%