Data storytelling connects analysis to action: context, conflict (the problem), insight (what data show), and recommendation (what to do next). Numbers support the narrative—they are not the whole story.
Narrative arc
- Hook — why should the audience care now?
- Context — metric definitions, time window, population
- Insight — one main finding per section
- Implication — risk or opportunity in business terms
- Recommendation — specific next step with owner
Audience tailoring
- Executives — decision, impact, confidence; appendix for methods
- Engineers — data lineage, edge cases, reproducibility
- Analysts — SQL logic, assumptions, sensitivity checks
Anti-patterns
- Dumping 20 charts without a thesis
- Burying the recommendation in jargon
- Hiding limitations to look smart—erodes trust
Slide and notebook hygiene
One headline per slide stating the insight. In Jupyter, markdown cells explain why before code cells show how.
Important interview questions and answers
- Q: Insight vs data?
A: Insight is interpreted meaning; raw tables require audience to do your job. - Q: Recommendation test?
A: Can someone act Monday morning from your conclusion without re-running analysis?
Self-check
- List five parts of a data narrative arc.
- How should executive summaries differ from engineer docs?
- Name one storytelling anti-pattern.
Tip: Lead with the recommendation, then evidence.
Interview prep
- So what?
Every chart should answer why the audience should care.