Maintenance in progress: we are indexing a large batch of new skills. Some pages may load slowly or briefly show no results. Nothing is lost, and everything is back to normal within the hour.

Data Analysis

Analyze CSV/JSON data with statistics, filtering, and aggregation. Powered by pandas and numpy.

tools-only 5c117b1 3 files · 2.0 KB Updated 7 repo stars

File contents

Data Analysis Skill

Perform statistical analysis on tabular data using pandas and numpy.

Supported Operations

  • describe: Summary statistics (mean, std, min, max, etc.)
  • filter: Filter rows by column conditions
  • aggregate: Group-by aggregation (sum, mean, count, etc.)
  • correlate: Correlation matrix between numeric columns

Usage

{"operation": "describe", "data": [[1,2],[3,4]], "columns": ["a","b"]}

tools-only/X-Skills/tree/main/data-analysis/003-name-skill_eebda22c commit 5c117b1654

Frequently asked questions

npx skillmds add tools-only/data-analysis-2