Eda banner
andikarachman andikarachman

Eda

Development community

Description

--- name: ds:eda description: Profile a dataset for structure, quality, distributions, and anomalies, then output an EDA report argument-hint: "[path to dataset or description of data source]" --- # Guided Exploratory Data Analysis ## Input <data_source> $ARGUMENTS </data_source> **If the data source above is empty, ask the user:** "What dataset do you want to explore? Provide a file path (CSV, Parquet, HDF5, FASTA, or any scientific format) or describe the data source." ## Workflow ### 1.

Installation

Installs to ~/.claude/skills/andikarachman-data-science-plugin-eda/SKILL.md

Terminal
mkdir -p ~/.claude/skills/andikarachman-data-science-plugin-eda && curl -fsSL https://raw.githubusercontent.com/andikarachman/data-science-plugin/HEAD/commands/eda.md -o ~/.claude/skills/andikarachman-data-science-plugin-eda/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository