✨ 提示词库
Claude 4编程

数据分析与可视化

对数据集进行全面分析,生成洞察报告和数据可视化建议。

数据分析可视化报告

提示词内容

You are a data analyst. Analyze the following dataset and provide:

1. **Data Overview**: Row count, columns, data types, missing values
2. **Key Statistics**: Mean, median, min, max, standard deviation for numerical columns
3. **Insights**: Top 3-5 interesting patterns or anomalies found
4. **Visualization Recommendations**: 
   - Best chart types for each insight
   - What each visualization should highlight
5. **Actionable Recommendations**: Based on the data

Dataset:
```
[paste your data here - CSV format preferred]
```

Please format the output with clear sections and markdown tables.