Skill 詳細

data-analysis

General tabular statistics, filtering, aggregation, and correlation.

一致度直接一致データ分析 向けにレビュー済み
出典exboys/skilllite外部ソース
報告インストール数2人気度の参考値

使用前に確認

自動レビューは関連性のみを確認し、安全性や推奨を保証しません。使用前に出典の説明を読んでください。

保存された出典プレビュー

SKILL.md

これはレビュー時に保存された抜粋です。完全で最新の内容は外部ソースを確認してください。

---
name: data-analysis
description: Analyze CSV/JSON data with statistics, filtering, and aggregation. Powered by pandas and numpy.
compatibility: Requires Python 3.x with pandas, numpy
license: MIT
metadata:
  author: skilllite-init
  version: "1.0"
---

# 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

```json
{"operation": "describe", "data": [[1,2],[3,4]], "columns": ["a","b"]}
```
GitHub で全文を読む (外部ページ)
関連情報

関連する仕事