Quantitative and Qualitative Data in Decision-Making#

šŸŽÆ Data-Driven Decisions 🧭 Framing the Problem Lesson 006

ā—€ Previous Ā· Next ā–¶ Ā· ↑ Section Ā· ↑ Hub

Important

✨ AI-generated content. This page was written with the assistance of an AI language model and is provided as a learning aid. Despite careful review, it may still contain mistakes, omissions, or out-of-date information. Whether you are new to the topic, a team lead, or a senior practitioner, treat it as a starting point rather than an authoritative reference: read it critically and independently verify anything you act on (code, commands, figures, and factual claims) against official documentation and primary sources before relying on it.

Two kinds of evidence#

Decisions draw on two fundamentally different kinds of data, and the standard definitions are worth memorising exactly:

  • Quantitative data is a specific and objective measure of numerical facts. It answers what, how many, and how often: revenue was 1.2 million; 340 customers churned; the page loads in 1.8 seconds.

  • Qualitative data is a subjective or explanatory measure of qualities and characteristics. It answers why: the interview where a churned customer explains the cancellation; the free-text reviews; the support transcript’s tone.

Neither is the ā€œbetterā€ data. They answer different questions, and most real decisions need both.

Why each needs the other#

Quantitative data detects and sizes; qualitative data explains and humanises. The numbers show that sign-ups dropped 20% after the redesign — they cannot say the new form confused people; five usability interviews can. Conversely, a vivid customer complaint (qualitative) may be one voice or a epidemic — only counting (quantitative) says which. The failure modes are symmetric: quantitative-only decisions optimise metrics while missing the human reason behind them; qualitative-only decisions scale one articulate anecdote into policy.

A worked pairing#

A streaming service sees cancellations spike (quantitative: the what). Exit surveys and interviews surface a theme: users feel the catalogue ā€œgot worseā€ after a licensing change (qualitative: the why). Counting again shows cancellations concentrate among heavy viewers of the removed content (quantitative: the who and how much). The decision — restore, replace, or message — now rests on sized, explained evidence. Notice the alternation: number, story, number. That rhythm is the practical technique.

Collecting them#

Quantitative sources: transactions, logs, structured survey scales, sensors — the material of most of this course. Qualitative sources: interviews, open-ended survey questions, reviews, support tickets. The theme-identification problem type from the previous lessons is exactly how qualitative material becomes analysable: categorise the many different sayings, then name the broader themes.

The caveat#

The boundary is a spectrum, not a wall: a 1–10 satisfaction score quantifies a quality, and counting theme frequencies quantifies the qualitative. What matters is not policing the boundary but matching evidence to question — and resisting the pull to treat what is easily counted as all that counts.

See also

Source article Adapted (context, re-expressed) in our own words from: https://insightful-data-lab.com/2023/08/31/quantitative-and-qualitative-data-in-decision-making/ (insightful-data-lab.com).

Tags: purpose: reference topic: data analytics topic: ddd topic: framing