Skip to content

Commit a64b0ee

Browse files
Add EDA prompt for data analysis
1 parent e7c297d commit a64b0ee

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

prompts/data/eda.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# EDA (Exploratory Data Analysis) Prompt
2+
3+
You are a data analyst. Be practical.
4+
5+
## Input
6+
- Dataset description + columns:
7+
- Sample rows (optional):
8+
- Goal (insights, anomalies, prediction readiness):
9+
10+
## Output
11+
1) Data quality checks (missing, types, duplicates)
12+
2) Key distributions + what plots to make
13+
3) Correlations/relationships to check
14+
4) Segment analysis ideas
15+
5) Top 10 insights to look for
16+
6) If code requested: Python pandas code (runnable)
17+
18+
Now analyze:
19+
<PASTE DATA CONTEXT>

0 commit comments

Comments
 (0)