Skip to main content
HomeBlogData Literacy

Data Demystified: Quantitative vs. Qualitative Data

In the second entry of data demystified, we’ll take a look at the two most common data types: Quantitative vs Qualitative Data. For more data demystified blogs, check out the first entry in the series.
Sep 1, 2022  · 5 min read

Welcome to the second part of our month-long data demystified series. As part of Data Literacy Month, this series will clarify key concepts from the world of data, answer the questions you may be too afraid to ask, and have fun along the way. If you want to start at the beginning, read our first entry in the series: What is a Dataset?

Quantitative vs. Qualitative Data

In this entry, we’ll be exploring the different types of data, examples of them being used in action, and how you can get started with them. 

The Two Types of Data

Understanding what data you have is essential to determining the best approach for analyzing and interpreting it. A common way of categorizing data is to divide it into quantitative and qualitative data.

  • Quantitative data is data that can be counted or measured. Usually, that means it is measured in numbers. 
  • Qualitative data is data that can be described. Usually, that means it is text.

You will likely encounter both quantitative and qualitative data when working on various data tasks. The following sections provide examples of how you may interact with both data types in the same task. 

Analyzing Video Data 

Suppose you are a marketing analyst. Your company is running a new social media campaign and wants you to analyze the performance of some existing video assets to get data-driven inspiration for what content your colleagues should create.

You may want first to consider quantitative data about the video to analyze. This includes:

  • The length of the video.
  • The total number of impressions of the video.
  • The total number of clicks of the video.
  • The click-through rate on the video itself (i.e., the number of people who clicked divided by the total impressions)
  • The number of people liking the video.
  • The number of comments on the video.

Each of these data points is a number. The length of the video is a measurement in seconds. The clickthrough rate is a percentage. The other pieces of data are whole numbers because they are counts.

You may also be able to extract qualitative data from the contents of the video. The qualitative data associated with each video can include:

  • The topic of the video. 
  • The aesthetic of the video.
  • The tone of the video.
  • The script of the video.

The video's topic, aesthetic, and production values are challenging to quantify as numbers. They are much easier to describe in words. For example, "the video was about learning data science; it used a vaporwave aesthetic; it had an upbeat tone." 

Notice that there is often some subjectivity in deciding on qualitative values. Two people watching the video may disagree about whether the tone was happy or not, and this is why having clear guidelines for qualitative data collection is essential. 

The video's script is interesting because while it is also qualitative data, since it consists of words rather than numbers, it differs from the other pieces of qualitative data in two ways.

  • Firstly, it is not subjective because what people say in the video are facts, not opinions.
  • Secondly, it is often possible to use natural language processing (NLP) techniques to extract quantitative data from the script.

An NLP technique called sentiment analysis can be used to quantify how positive or negative the words in the script are. For example, if words like "awesome" and "fantastic" are used more than words like "bad" or "terrible," sentiment analysis would give the script a positive sentiment score. This is especially useful when there are dozens, if not hundreds, of videos to analyze. 

Analyzing Survey Data

Survey data is another case where you often see examples of quantitative and qualitative data together. Fast-forward a few months from the previous example. After hearing all the exciting insights from your analysis of existing videos, your company made a new video for its social media campaign. Before its launch, they selected people to watch the video and sent them a survey to get feedback on it. You have been given the task of analyzing the survey results.

One of the questions in the survey is "How many times did you watch the video?". This is a quantitative piece of data since the answer is a number.

Another question is, "What was your favorite part of the video?" This is a qualitative piece of data since the answer is words.

A third question is, "How would you rate the video, from one to five stars?". This is quantitative data because the answer is a number, though it differs slightly from the other examples we've discussed. Since the rating is an opinion, the value is subjective. 

It's a common misconception that quantitative data is always unambiguous and qualitative data is always subjective. Just as you saw with the script example that qualitative data does not have to be subjective, the converse is also possible—quantitative data can be subjective.

User interviews and Focus Groups

Another example of a data task where you encounter both qualitative and quantitative data is user interviews and focus groups

For example, let’s assume you’d like to get some feedback on your product. You decide to run a focus group, where you interview several users and ask them for feedback. The brief you are given is to interview users who have been using your service for more than a year and have been regularly active but aren't considered power users.

To select the participants, you use quantitative analysis. That is, you look at numeric metrics such as:

  • Time since the user registered
  • Number of hours active on the platform per month
  • Number of distinct usage sessions

During the focus group session, you ask many questions, and the users have a discussion. It's difficult to quantify what they are talking about since the conversation flows freely. However, you can pull out quotes about what the participants think is important for your product. These quotes are qualitative data, since they describe the participant's thoughts but don't involve numbers.

You also run some polls during the focus group, asking participants to vote on which forthcoming features they think are most important. The results of these polls are quantitative data since the ranks of the features are numeric.

Learn More About Data Types

We hope you enjoyed this short introduction to data types. In the next entry of data demystified, we’ll be looking to unpack the different elements of data work and outline the difference between common terms such as data science, machine learning, deep learning, and artificial intelligence. If you want to get started on your data learning journey today, check out the following resources. 

Topics

Data Literacy Courses

Course

Understanding Data Science

2 hr
618.8K
An introduction to data science with no coding involved.
See DetailsRight Arrow
Start Course
See MoreRight Arrow
Related
Data Demystified

blog

Data Demystified: What Exactly is Data?

Welcome to Data Demystified! A blog-series breaking down key concepts everyone should know about in data. In the first entry of the series, we’ll answer the most basic question of them all, what exactly is data?
Richie Cotton's photo

Richie Cotton

4 min

The Four Types of Analytics

blog

Data Demystified: The Four Types of Analytics

In the fourth entry of data demystified, we’ll break down the four types of analytics. From a descriptive to prescriptive, we’ll look at how analytics can answer the most pressing questions.
Richie Cotton's photo

Richie Cotton

5 min

An Overview of Descriptive Statistics

blog

Data Demystified: An Overview of Descriptive Statistics

In the fifth entry of data demystified, we provide an overview of the basics of descriptive statistics, one of the fundamental areas of data science.
Richie Cotton's photo

Richie Cotton

6 min

image5.png

blog

Data Demystified: Data Visualizations that Capture Trends

In part eight of data demystified, we’ll dive deep into the world of data visualization, starting off with visualizations that capture trends.
Richie Cotton's photo

Richie Cotton

10 min

Poster

blog

Data Demystified: The Difference Between Data Science, Machine Learning, Deep Learning, and Artificial Intelligence

In the third entry of data demystified, we’ll define the most common pieces of jargon you hear in data science today. From machine learning to deep learning, here’s all the subfields of data you need to know.
Richie Cotton's photo

Richie Cotton

5 min

image1.png

blog

Data Demystified: Data Visualizations that Capture Distributions

In part 10 of data demystified, we’ll dive deep into the world of data visualization, continuing with visualizations that capture distributions.
Richie Cotton's photo

Richie Cotton

8 min

See MoreSee More