npx skills add https://github.com/claude-office-skills/skills --skill data-analysis分析电子表格中的数据,发掘洞察,并创建引人注目的可视化图表。
此技能可帮助您:
探索性分析
"你从这些数据中看到了什么规律?"
"给我一个这个数据集的概览"
"关键统计数据是什么?"
具体问题
"按地区划分的总收入是多少?"
"哪些产品增长最快?"
"X 和 Y 之间是否存在相关性?"
可视化请求
"创建一个显示销售趋势的图表"
"制作一个 Q1 与 Q2 的对比图"
"显示客户年龄的分布情况"
## 数据集概览
**行数**: 1,234
**列数**: 15
**日期范围**: 2025年1月 - 2025年12月
### 列摘要
| 列名 | 类型 | 非空值 | 唯一值 | 示例值 |
|--------|------|----------|--------|---------------|
| date | Date | 100% | 365 | 2025-01-01 |
| revenue | Number | 98% | 890 | $1,234.56 |
| region | Text | 100% | 5 | North, South |
### 数据质量问题
- [X] 行在 [column] 列中存在缺失值
- [Y] 检测到潜在重复项
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
## 统计摘要
### [指标名称]
- **平均值**: X
- **中位数**: Y
- **标准差**: Z
- **最小值/最大值**: A / B
### 关键发现
1. [有统计支持的发现]
2. [有统计支持的发现]
### 建议
- [基于分析的行动建议]
## 分析报告: [主题]
### 执行摘要
[2-3句概述关键发现]
### 关键指标
| 指标 | 数值 | 变化 |
|--------|-------|--------|
| 总收入 | $X | +Y% |
| 平均订单价值 | $Z | -W% |
### 趋势
1. **[趋势 1]**: [带数据的描述]
2. **[趋势 2]**: [带数据的描述]
### 建议
1. [可操作的建议]
2. [可操作的建议]
1. "显示每月总销售额"
2. "哪些产品表现最佳?"
3. "客户细分构成是怎样的?"
4. "比较今年与去年"
5. "基于趋势预测下个季度"
1. "按细分划分的客户分布是怎样的?"
2. "计算客户生命周期价值"
3. "哪些客户有流失风险?"
4. "获客成本与生命周期价值比率是多少?"
1. "按产品计算利润率"
2. "费用构成是怎样的?"
3. "显示现金流趋势"
4. "比较预算与实际"
"写一个公式来计算同比增长率"
"创建一个 VLOOKUP 来匹配客户数据"
"制作一个基于条件的动态求和"
## 公式: [目的]
### Excel/Google Sheets
```excel
=SUMIFS(Sales[Amount], Sales[Region], "North", Sales[Date], ">="&DATE(2025,1,1))
SUMIFS: 对满足多个条件的值求和将公式放在您希望显示结果的 [X] 单元格中。
## 可视化建议
### 选择合适的图表
| 数据类型 | 最佳图表 |
|-----------|------------|
| 随时间变化的趋势 | 折线图 |
| 部分与整体 | 饼图/环形图 |
| 比较 | 柱状图 |
| 分布 | 直方图 |
| 相关性 | 散点图 |
| 地理数据 | 地图图表 |
### 图表规格
```markdown
## 推荐图表: [类型]
**数据系列**:
- X轴: [列名] (例如,Date)
- Y轴: [列名] (例如,Revenue)
- 系列: [列名] (例如,Region)
**格式设置**:
- 标题: "[描述性标题]"
- 颜色: 使用一致的配色方案
- 标签: 在数据点上显示数值
**图表描述**:
[此图表显示的内容及其用途说明]
## 数据透视表: [目的]
**行**: [字段 1], [字段 2]
**列**: [字段 3]
**值**: [字段 4] 的 SUM, [字段 5] 的 AVG
**筛选器**: [字段 6]
预期输出:
| Region | Q1 | Q2 | Q3 | Q4 | Total |
|--------|----|----|----|----|-------|
| North | $X | $X | $X | $X | $X |
| South | $X | $X | $X | $X | $X |
## 队列分析
**队列定义**: 按 [首次购买月份] 分组的客户
**指标**: [留存率 / 收入 / 等]
**时间段**: [12个月]
| Cohort | M0 | M1 | M2 | M3 | ... |
|--------|-----|-----|-----|-----|-----|
| Jan 25 | 100%| 45% | 32% | 28% | ... |
| Feb 25 | 100%| 48% | 35% | 30% | ... |
每周安装数
101
代码仓库
GitHub 星标数
7
首次出现
7 天前
安全审计
安装于
claude-code73
gemini-cli47
github-copilot47
codex47
kimi-cli47
amp47
Analyze data in spreadsheets, uncover insights, and create compelling visualizations.
This skill helps you:
Exploratory Analysis
"What patterns do you see in this data?"
"Give me an overview of this dataset"
"What are the key statistics?"
Specific Questions
"What was the total revenue by region?"
"Which products had the highest growth?"
"Is there a correlation between X and Y?"
Visualization Requests
"Create a chart showing sales trends"
"Make a comparison chart of Q1 vs Q2"
"Show the distribution of customer ages"
## Dataset Overview
**Rows**: 1,234
**Columns**: 15
**Date Range**: Jan 2025 - Dec 2025
### Column Summary
| Column | Type | Non-null | Unique | Sample Values |
|--------|------|----------|--------|---------------|
| date | Date | 100% | 365 | 2025-01-01 |
| revenue | Number | 98% | 890 | $1,234.56 |
| region | Text | 100% | 5 | North, South |
### Data Quality Issues
- [X] rows have missing values in [column]
- [Y] potential duplicates detected
## Statistical Summary
### [Metric Name]
- **Mean**: X
- **Median**: Y
- **Std Dev**: Z
- **Min/Max**: A / B
### Key Findings
1. [Finding with statistical support]
2. [Finding with statistical support]
### Recommendations
- [Action based on analysis]
## Analysis Report: [Topic]
### Executive Summary
[2-3 sentence overview of key findings]
### Key Metrics
| Metric | Value | Change |
|--------|-------|--------|
| Total Revenue | $X | +Y% |
| Avg Order Value | $Z | -W% |
### Trends
1. **[Trend 1]**: [Description with data]
2. **[Trend 2]**: [Description with data]
### Recommendations
1. [Actionable recommendation]
2. [Actionable recommendation]
1. "Show total sales by month"
2. "Which products are top performers?"
3. "What's the customer segment breakdown?"
4. "Compare this year vs last year"
5. "Forecast next quarter based on trends"
1. "What's the customer distribution by segment?"
2. "Calculate customer lifetime value"
3. "Which customers are at risk of churning?"
4. "What's the acquisition cost vs LTV ratio?"
1. "Calculate profit margins by product"
2. "What's the expense breakdown?"
3. "Show cash flow trends"
4. "Compare budget vs actual"
"Write a formula to calculate year-over-year growth"
"Create a VLOOKUP to match customer data"
"Make a dynamic sum based on criteria"
## Formula: [Purpose]
### Excel/Google Sheets
```excel
=SUMIFS(Sales[Amount], Sales[Region], "North", Sales[Date], ">="&DATE(2025,1,1))
SUMIFS: Sums values meeting multiple criteriaPlace in cell [X] where you want the result.
## Visualization Recommendations
### Choose the Right Chart
| Data Type | Best Chart |
|-----------|------------|
| Trends over time | Line chart |
| Part of whole | Pie/Donut chart |
| Comparison | Bar chart |
| Distribution | Histogram |
| Correlation | Scatter plot |
| Geographic | Map chart |
### Chart Specifications
```markdown
## Recommended Chart: [Type]
**Data Series**:
- X-axis: [Column] (e.g., Date)
- Y-axis: [Column] (e.g., Revenue)
- Series: [Column] (e.g., Region)
**Formatting**:
- Title: "[Descriptive title]"
- Colors: Use consistent color scheme
- Labels: Show values on data points
**Chart Description**:
[What this chart shows and why it's useful]
## Pivot Table: [Purpose]
**Rows**: [Field 1], [Field 2]
**Columns**: [Field 3]
**Values**: SUM of [Field 4], AVG of [Field 5]
**Filters**: [Field 6]
Expected Output:
| Region | Q1 | Q2 | Q3 | Q4 | Total |
|--------|----|----|----|----|-------|
| North | $X | $X | $X | $X | $X |
| South | $X | $X | $X | $X | $X |
## Cohort Analysis
**Cohort Definition**: Customers grouped by [first purchase month]
**Metric**: [Retention rate / Revenue / etc.]
**Time Period**: [12 months]
| Cohort | M0 | M1 | M2 | M3 | ... |
|--------|-----|-----|-----|-----|-----|
| Jan 25 | 100%| 45% | 32% | 28% | ... |
| Feb 25 | 100%| 48% | 35% | 30% | ... |
Weekly Installs
101
Repository
GitHub Stars
7
First Seen
7 days ago
Security Audits
Gen Agent Trust HubPassSocketPassSnykPass
Installed on
claude-code73
gemini-cli47
github-copilot47
codex47
kimi-cli47
amp47
Excel财务建模规范与xlsx文件处理指南:专业格式、零错误公式与数据分析
39,600 周安装