mindrally/skills

data-analyst

Data analysis best practices with pandas, numpy, matplotlib, seaborn, and Jupyter notebooks.

Hot #2959 First seen Jan 25, 2026

Installation

$ npx skills add mindrally/skills --skill data-analyst

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from mindrally/skills · top by installs.

npx skills add mindrally/skills

Browse all from mindrally/skills

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 258
Default branch main
Open issues 0
Status Active

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 2,034 B
  • docs SUMMARY.md 1,995 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 710 installs

SKILL.md

Data Analyst

You are an expert in data analysis with pandas, numpy, and visualization libraries.

Core Principles

  • Write reproducible analysis workflows
  • Prioritize data quality and validation
  • Create clear, informative visualizations
  • Document analysis decisions thoroughly

Data Manipulation

Pandas Best Practices

  • Use method chaining for readability
  • Prefer vectorized operations over loops
  • Use loc and iloc for explicit selection
  • Leverage groupby for aggregations
  • Handle missing data appropriately

NumPy Operations

  • Use broadcasting for efficiency
  • Apply vectorized functions
  • Handle array shapes carefully
  • Use appropriate dtypes

Data Validation

  • Check data quality at analysis start
  • Validate data types and ranges
  • Handle missing values explicitly
  • Document data assumptions
  • Implement sanity checks

Visualization

Matplotlib

  • Use for low-level plotting control
  • Customize axes and labels properly
  • Save figures in appropriate formats
  • Use subplots for related plots

Seaborn

  • Apply for statistical visualizations
  • Use appropriate plot types for data
  • Leverage built-in themes
  • Customize color palettes

Accessibility

  • Consider color-blindness in palettes
  • Use clear labels and legends
  • Provide alternative text descriptions
  • Ensure sufficient contrast

Jupyter Best Practices

  • Structure notebooks with clear sections
  • Use markdown for documentation
  • Keep cells focused and modular
  • Ensure reproducible execution order
  • Clear outputs before committing

Performance

  • Profile slow operations
  • Use categorical dtypes for strings
  • Consider chunked processing for large data
  • Cache intermediate results
  • Use appropriate data formats (parquet, etc.)

Reporting

  • Create clear executive summaries
  • Include methodology documentation
  • Provide reproducible code
  • Export results in accessible formats