We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7c297d commit a64b0eeCopy full SHA for a64b0ee
prompts/data/eda.md
@@ -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