AgentSkillsCN

Data Analysis

分析类似CSV的文本数据,并提炼洞察。

SKILL.md
--- frontmatter
name: Data Analysis
description: Analyze CSV-like text data and summarize insights.
version: "1.0.0"
tags:
  - data
  - analysis
references:
  - references/schema.md
scripts:
  - scripts/analyze.ts
assets:
  - assets/sample.csv

When analyzing tabular data:

  1. Normalize columns and identify missing values.
  2. Summarize key statistics and outliers.
  3. If trends exist, describe them and propose a follow-up analysis.