python-data

Installation
SKILL.md

Python data skill

Run complex calculations, regressions, and aggregations using pandas and scikit-learn in the sandbox.

Workflow

  1. Write a Python script using pandas, numpy, or sklearn to:
    • 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.
  2. Execute in the sandbox. Run via python3 script.py.
  3. Handle errors. If the code fails, read the traceback and fix it.
  4. Return structured output. Print results as JSON for downstream skills.

Example output

Installs
9
GitHub Stars
64
First Seen
Jun 28, 2026
python-data — google-gemini/gemini-managed-agents-templates