askill
data-analysis

data-analysisSafety 90Repository

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

29 stars
1.2k downloads
Updated 2/22/2026

Package Files

Loading files...
SKILL.md

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"]}

Install

Download ZIP
Requires askill CLI v1.0+

AI Quality Score

40/100Analyzed 2/25/2026

Basic data analysis skill with minimal content covering 4 operations (describe, filter, aggregate, correlate) and a single usage example. Lacks installation instructions, detailed implementation steps, and comprehensive examples. The .skills folder path suggests internal-only usage. Reasonable foundation but needs expansion for practical use."

90
50
40
30
35

Metadata

Licenseunknown
Version-
Updated2/22/2026
PublisherEXboys

Tags

No tags yet.