pluginagentmarketplace/custom-plugin-data-analyst · Archived

python-analytics

Python data analysis with pandas, numpy, and analytics libraries

First seen Jan 29, 2026

Installation

$ npx skills add pluginagentmarketplace/custom-plugin-data-analyst --skill python-analytics

Stronger alternatives

This repository is archived — consider an actively maintained alternative.

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 pluginagentmarketplace/custom-plugin-data-analyst · top by installs.

npx skills add pluginagentmarketplace/custom-plugin-data-analyst

Browse all from pluginagentmarketplace/custom-plugin-data-analyst

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 1
License LICENSE
Default branch main
Open issues 0
Status Archived

Skill metadata

Parsed from SKILL.md frontmatter.

Version2.0.0

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,641 B
  • docs SUMMARY.md 88 B

History

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

SKILL.md

Python Analytics Skill

Overview

Master Python for data analysis using industry-standard libraries.

Topics Covered

  • Pandas DataFrames and Series operations
  • NumPy array manipulation
  • Data aggregation and groupby
  • Time series analysis
  • Jupyter notebook workflows

Learning Outcomes

  • Analyze data with pandas
  • Perform numerical computations
  • Build reproducible analysis notebooks
  • Process large datasets efficiently

Error Handling

Error Type Cause Recovery
MemoryError Dataset too large Use chunking or dask
KeyError Column not found Verify column names
ValueError Invalid operation Check data types
SettingWithCopyWarning Chained assignment Use .loc accessor

Related Skills

  • programming (for Python fundamentals)
  • statistics (for statistical analysis)
  • advanced (for machine learning)