From claude-data-analyst
Detect and compute correlations between numeric variables in a dataset. Use when the user wants to see how variables in a CSV/Parquet/Excel file move together — Pearson, Spearman, or Kendall — with a short report flagging the strongest positive and negative pairs.
npx claudepluginhub danielrosehill/claude-code-plugins --plugin claude-data-analystThis skill uses the workspace's default tool permissions.
Produce a first-pass correlation report for a dataset in a folder.
Conducts multi-round deep research on GitHub repos via API and web searches, generating markdown reports with executive summaries, timelines, metrics, and Mermaid diagrams.
Share bugs, ideas, or general feedback.
Produce a first-pass correlation report for a dataset in a folder.
pearson default, spearman for non-linear/ranked, kendall for small-n or many ties).duckdb — fastest way to load mixed formats and run CORR(x, y) in SQL.uv run --with pandas --with scipy python -c '...' — for Spearman/Kendall and heatmap export.csvstat (csvkit) — quick column types and null counts before correlating.Write a markdown report next to the dataset (<dataset>-correlations.md) with:
If a --target was given, lead with a ranked list of predictors of that target.