Preprocess banner
andikarachman andikarachman

Preprocess

Data community

Description

--- name: ds:preprocess description: Clean, validate, and transform raw data using automated preprocessing pipelines argument-hint: "[path to dataset or description of data source]" disable-model-invocation: true --- # Preprocess Data ## Input <data_source> $ARGUMENTS </data_source> **If the data source above is empty, ask the user:** "What data do you want to preprocess? Provide a file path (CSV, Parquet, Excel, TSV) or describe the data source." ## Workflow ### 1. Search Past Learnings

Installation

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

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

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

Full documentation available on GitHub

View Source Repository