python-data
Installation
SKILL.md
Python data skill
Run complex calculations, regressions, and aggregations using pandas and scikit-learn in the sandbox.
Workflow
- Write a Python script using
pandas,numpy, orsklearnto:- Join, filter, and aggregate tables.
- Compute statistics (mean, median, stddev, correlations).
- Build or evaluate ML models.
- Run statistical tests (chi-square, t-test) when appropriate.
- Execute in the sandbox. Run via
python3 script.py. - Handle errors. If the code fails, read the traceback and fix it.
- Return structured output. Print results as JSON for downstream skills.