Data AnalysisIntermediate
Summarize a Dataset's Key Patterns in Plain English
Get a plain-English read on what a small dataset shows, before diving into deeper analysis.
Prompt
Here is a small dataset (as text/CSV):
{{data}}
Summarize the key patterns you notice in plain English — trends, outliers, or anything that stands out. Then list two or three follow-up questions I should investigate further. Don't perform statistical tests; just describe what's visibly notable.Fill in these placeholders
- {{data}}
How to use it
Keep the pasted data small enough to review at a glance yourself — use this to sanity-check a dataset, not as a substitute for real statistical analysis on large data.
Example use case
Getting a first-pass read on a small spreadsheet before deeper analysis.