Skill 详情

data-analysis

Broad dataset analysis with EDA, statistics, visualization, forecasting, and reporting.

匹配类型直接匹配已针对 数据分析 审核
来源wesley1600/claudecodeframework外部来源
报告安装量10仅表示受欢迎程度

使用前先检查

自动化审核只检查相关性,不代表安全审查或推荐。使用前请阅读来源中的说明。

已保存的来源预览

SKILL.md

这段内容是审核时保存的快照。外部来源才是完整且最新的版本。

---
name: data-analysis
description: Analyze data patterns, create visualizations, and generate insights from datasets using statistical methods and data science techniques
---

# Data Analysis Skill

Transform raw data into actionable insights. This skill helps you explore datasets, identify patterns, create visualizations, and generate statistical reports.

## Purpose

This skill enables you to:
- Load and explore datasets of various formats (CSV, JSON, Parquet)
- Perform exploratory data analysis (EDA)
- Create statistical summaries and distributions
- Generate data visualizations and charts
- Identify correlations and trends
- Detect anomalies and outliers
- Build predictive models
- Export analysis reports

## When to Use

Use this skill when you need to:
- Understand a new dataset
- Find trends and patterns in data
- Create reports with visualizations
- Identify data quality issues
- Compare groups or time periods
- Forecast future values
- Build summary dashboards
- Share insights with stakeholders

## Key Features

1. **EDA Tools** - Automated exploratory analysis
2. **Visualizations** - Charts, graphs, and heatmaps
3. **Statistical Analysis** - Descriptive stats, hypothesis testing, correlation
4. **Data Cleaning** - Handle missing values, outliers, duplicates
5. **Time Series** - Seasonal decomposition and forecasting
6. **Machine Learning** - Clustering, classification, regression
7. **Reports** - Professional analysis documents with code
8. **Export Options** - Save to HTML, PDF, or interactive dashboards

## Instructions

When using this skill:

1. **Load Data** - Provide dataset path or CSV/JSON content
2. **Explore** - Generate summary statistics and visualizations
3. **Analyze** - Identify patterns, trends, and relationships
4. **Validate** - Check data quality and handle issues
5. **Visualize** - Create meaningful charts and graphs
6. **Model** - Build predictive models if needed
7. **Report** - Document findings and recommendations

## Guidelines

- **Start Simple**: Begin with univariate analysis before multivariate
- **Visualize First**: Always look at the data before statistics
- **Question Assumptions**: Don't assume patterns are significant
- **Document Methods**: Explain your analytical approach
- **Consider Context**: Interpret results within business context
- **Validate Results**: Confirm findings with domain experts
- **Communicate Clearly**: Use simple language and visual metaphors

## Examples

### Example 1: Customer Purchase Analysis

**Dataset:** Customer transactions with 10,000 records

**Analysis Steps:**
1. Load purchase data (date, customer_id, amount, category)
2. Calculate summary statistics (total spend, average order value)
3. Visualize purchase distribution by category
4. Analyze seasonal trends
5. Identify top customers
6. Detect purchase anomalies

**Output:**
```markdown
# Customer Analysis Report

## Summary Statistics
- Total Revenue: $2.5M
- Average Order Value: $125
- Number of Customers: 3,450
- Date Range: 2023-01-01 to 2024-01-15

## Key Findings
1. Electronics category drives 42% of revenue
2. Top 20% of customers generate 80% of revenue (Pareto principle)
3. Strong seasonal pattern with peak in Q4
4. Average customer lifetime value: $1,200

## Recommendations
- Focus retention efforts on high-value customers
- Increase inventory for Q4 seasonal demand
- Cross-sell opportunities in Electronics + Home categories
```

### Example 2: Website Traffic Analysis

**Dataset:** Daily pageviews, bounce rate, session duration

**Key Metrics Analyzed:**
- Traffic trends over time
- Device type distribution
- Top pages and conversion rates
- User behavior funnels
- Mobile vs. desktop comparison

**Visualizations Generated:**
- Line chart: Daily pageviews over 12 months
- Bar chart: Traffic by device type
- Funnel chart: User conversion flow
- Heatmap: Day/hour traffic patterns

## Analysis Patterns

| Scenario | Analysis Type | Key Metrics |
|----------|--------------|-----------|
| Sal
在 GitHub 阅读完整来源 (打开外部页面)
相关上下文

相关工作