← Back to list

programmatic-eda
by nimrodfisher
A comprehensive list of Claude skills for a wide range of data analytics tasks
⭐ 0🍴 0📅 Jan 14, 2026
SKILL.md
name: programmatic-eda description: Systematic exploratory data analysis following best practices. Use when analyzing any dataset to understand structure, identify data quality issues (duplicates, missing values, inconsistencies, outliers), examine distributions, detect correlations, and generate visualizations. Provides comprehensive data profiling with sanity checks before analysis.
Programmatic EDA
Quick Start
Execute systematic data quality checks, distribution analysis, and correlation detection on any dataset with automated sanity checks.
Context Requirements
Before starting EDA, Claude needs:
- Dataset Access: The data file or database connection
- Business Context: What this data represents and what decisions it informs
- Quality Thresholds (optional): What % missing/outliers are acceptable
Context Gathering
If dataset not yet loaded:
"Please provide your dataset. I can work with:
- CSV/Excel files (upload or provide path)
- Database connection details
- Pandas DataFrame (if already loaded in notebook)"
If business context missing:
"To provide relevant insights, I need to understand:
- What does this dataset represent? (customers, transactions, events, etc.)
- What business question are you trying to answer?
- What time period does this cover?
- Are there any known data quality issues I should be aware of?"
For quality thresholds (if not provided, use defaults):
"I'll use standard thresholds unless you specify otherwise:
- Missing values: Flag if >5% (warn if >30%)
- Outliers: Flag using IQR method (1.5 × IQR)
- Duplicates: Flag if >1%
Do these work for your use case, or should I adjust?"
Workflow
1. Data Loading & Overview
Score
Total Score
50/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon