Showing 28 verified skills. 284 preview entries are hidden until we confirm a real source. Show preview skills · Why?
Analyze datasets with statistics, correlations, and visualizations
claude install community/data-analystFull data analysis toolkit: load data, compute statistics, run hypothesis tests, identify correlations, and generate charts and reports.
This is the actual SKILL.md file that powers this skill. Copy it to install.
---
name: data-analyst
description: |
Analyze datasets with statistical methods. Trigger when the user has data to
analyze, needs statistics, or wants insights from CSV/JSON data. Phrases:
"analyze this data", "what are the trends", "run statistics", "correlations".
allowed-tools:
- Bash(python3 *)
- Bash(pip install *)
- Read
- Write
---
# Data Analyst
Analyze datasets using statistical methods: descriptive stats, correlations,
hypothesis testing, trend analysis, and visualization recommendations.
## Workflow
1. **Ingest** - Read the data file (CSV, JSON, Excel, Parquet)
2. **Profile** - Shape, dtypes, missing values, basic stats
3. **Clean** - Handle nulls, outliers, type coercions
4. **Analyze** - Run requested analysis (stats, correlations, trends)
5. **Report** - Summarize findings with key takeaways
## Example usage
- "Analyze this CSV and tell me what is interesting"
- "What is the correlation between revenue and marketing spend?"
- "Run a hypothesis test: did the new feature improve retention?"
- "Show me monthly trends for the past year"
## Python libraries used
```bash
pip install pandas numpy scipy matplotlib seaborn
```
## Output format
- Summary statistics table
- Key findings (bulleted, ranked by significance)
- Suggested next analyses
- Code snippets for reproducibility
## Requirements
- Python 3.9+
- Data file accessible from the working directory
mkdir -p ~/.claude/skills/data-analyst~/.claude/skills/data-analyst/SKILL.mdResulting file structure:
~/.claude/
skills/
data-analyst/
SKILL.md <-- skill definitionSkills are loaded automatically by Claude Code when you start a new session. The skill name and description in the frontmatter determine when Claude triggers it.
Recommended from shared domain, career, and tool overlap with Data Analyst
Generate publication-quality charts from any data format
Both used by Data Scientist, Finance
Forecast time series data with multiple models and confidence intervals
Both used by Data Scientist, Finance
Automate spreadsheet workflows - formulas, pivots, and charts
Both used by Data Scientist, Finance
Extract tables from PDFs, images, and web pages into clean CSV/JSON
Both used by Data Scientist, Finance
Build data pipelines with extraction, transformation, and loading
Both used by Data Scientist
Analyze experiment results with significance tests and segment breakdowns
Both used by Data Scientist
Data Analyst