Exploring the 7 Different Types of Data Stories

What makes a story truly data-driven? For one, the numbers aren’t caged in a sidebar graph. Instead, the data helps drive the narrative.

Data can help narrate as many types of stories as there are angles. My colleague Ben Jones ofTableau Public inspired me to think of data stories as seven different types (à la Christopher Booker’s seven basic story plots). Jones based his idea on analysis of numerous data stories, and his framework helps imagine ways to free data from sidebar graphs. These categories are meant to be a thought-starter, not a final count, which is sure to be higher.

Let’s explore each category using data compiled by Freedom House, an independent watchdog organization. The data ranks each country as “free,” “partly free,” or “not free,” based on a score. Using this simple dataset, we can tell seven different stories. The angle depends on what you want the data to show and how you plan to show it.

1. NARRATE CHANGE OVER TIME

How many countries were categorized as “free” in 2013 versus in 2001? It turns out the number shrank over time. We can use the data to visualize the change, then explain the forces at work.

Credit: Ben Jones.

CNBC’s John Schoen took this approach to visualize the history of the Dow 30 over 87 years. The user can click on each decade and see how the index reacted to the tech boom, the inflation of the ‘70s, even the Great Depression. The CNBC staff paired the visualization with future forecastsbased on past trends.

The History of the Dow 30. John Schoen

Click to visit the full interactive visualization.

2. START BIG AND DRILL DOWN

Data can guide the reader from the big-picture view down to a focused view. Using the Freedom House data, start the reader with a world map of the scores, the big view. Then the reader can zoom in on a region — Asia, say — and see that more than half of the countries there are labeled as “not free.” Zoom in even more, and the reader sees that North Korea is the least free country of all.

We can guide the reader through this sequence by providing prompts in the copy as well as interactive filters.

Credit: Ben Jones.

The example below shows vaccine-preventable outbreaks recorded around the world. The overview shows how many such cases exist. The filters allow the reader to drill down by country, disease, or year. The reader might be guided to see, for example, that whooping cough is more prevalent in the U.S. than elsewhere, and the story can outline the possible reasons why.

Vaccine-Preventable Outbreaks. Credit: CFR

Click to visit the full interactive visualization.

3. START SMALL AND ZOOM OUT

We can also do the reverse by starting with the molecular view and expanding to the larger view. For example, first focus on the three freest countries in the world, which happen to be clustered in Europe. From there, zoom out the narrative to show how other European countries stack up, then zoom out again to show the global comparison. Then the reader sees that just over one-third of all countries are labeled as “free.”

Credit: Ben Jones.

Here’s an example that looks at the impact of immigration on housing value. The reader can enter his or her zip code to start with a hyperlocal view. The interactive filter provides the statewide view, and the map overview gives the national perspective.

Immigrants and Housing. Credit: Jacob Vigdor

Click to visit the full interactive visualization.

4. HIGHLIGHT CONTRASTS

Outlining the differences in datasets can drive a powerful narrative. The 10 freest countries are all in Europe, and happen to be located close together. The 10 least free countries, on the other hand, are in five different regions.

Credit: Ben Jones.

Of course, geography is just one of the two groups’ many differences. Our story can explore the key ways in which the two groups differ, from government policies to culture to history. A study of contrasts could make for a captivating piece.

We can tell a similar story with the example below. It compares the gender gap in countries around the world based on three dimensions of human development: a long and healthy life, knowledge, and a decent standard of living. Countries on one end of the spectrum have large disparities while those on the other end have near-equality.

HDI Gender Gap. Credit: Ramon Martinez

Click to visit the full interactive visualization.

5. EXPLORE THE INTERSECTION

When two divergent lines of data intersect and one overtakes the other, questions result. The freedom data shows that the number of “partly free” countries overtake the “not free” countries, then go on to also surge past the “free” countries. What caused the shift? When standings change, people want to know the reason.

Credit: Ben Jones.

Sarah Ryley of New York Daily News visualized the number of summonses issued in New York since broken-windows policing took effect in 1993. The number rose sharply at first and held steady before starting a slow decline. Then a spike in stop-and-frisks led to an intersection with summonses in 2010. Granted, the two lines don’t compare apples to apples. However, the crossing and its components can drive a narrative about New York’s law enforcement strategy.

Summonses Since ‘Broken Windows.’ Credit: Sarah Ryley

Click to visit the full interactive visualizaton.

6. DISSECT THE FACTORS

Sometimes factors come together like pieces of a puzzle to form the big picture. The relationship might be additive or multiplicative. For example, each country’s freedom score is the sum of legal, economic and political freedom.

Credit: Ben Jones.

Here’s an example that shows how the sun controls the weather. The visualization draws the dot from sunspots to global weather, highlighting causal relationships along the way.

Sunspots. Credit: Matt Francis.

Click to visit the full interactive visualization.

7. PROFILE THE OUTLIERS

We are fascinated by things that aren’t like the others. We want to know the why and the how behind the outliers.

Finding the outliers sometimes takes a bit of data exploration. Visualize the freedom data as a scatterplot, and you might say there is no outlier. But break it down by regions in a box plot, and you start to see those that stand apart.

Credit: Ben Jones.

This example shows the number of government requests Facebook received in the first half of 2013. The map makes it clear that the U.S. is the clear outlier with a margin of more than 8,200 requests. An accompanying story could highlight the U.S. government’s stance on social media monitoring, main use cases, and possible reasons for the feds’ unusually high number of requests.

Facebook’s Government Requests. Credit: Andy Kriebel

Click to visit the full interactive visualization.

OTHER STORY TYPES?

We just explored the beginnings of seven different story types using one simple dataset. But as I mentioned, these categories are intended as a thought-starter. So what other types of stories should we add to this list? How else can we use data to tell stories? Share your ideas in the comments below.

Correction: This post has been updated to correct credits on the visualizations.

Martha Kang is the editorial manager of Tableau Software where she helps chronicle today’s big data revolution. A lifelong storyteller, she’s currently focused on telling data-driven stories that help us better understand our world, and ultimately, ourselves. Prior to joining Tableau, Martha worked as a journalist, first in TV news then in new media. She most recently served as the online managing editor of KPLU, an NPR affiliate in Seattle. There, she oversaw a number of projects, including the launch of Quirksee.org, a vertical site that featured two of her own award-winning stories, as well as a five-part, data-driven series, on Washington state’s idiosyncratic tax system.Martha has also worked at KOMO News, Northwest Cable News, and WLS-TV. In 2013, she was chosen as a Kiplinger fellow of public affairs journalism by Ohio State University.

Exploring the 7 Different Types of Data Stories的更多相关文章

  1. TYPES、DATA、TYPE、LIKE、CONSTANTS、STATICS、TABLES

    声明:原创作品,转载时请注明文章来自SAP师太技术博客( 博/客/园www.cnblogs.com):www.cnblogs.com/jiangzhengjun,并以超链接形式标明文章原始出处,否则将 ...

  2. JavaScript data types and data structures

    JavaScript data types and data structures Programming languages all have built-in data structures, b ...

  3. TYPES与DATA区别

    例如:int  a; "c语言定义 TYPES:BEGIN OF typ,   filed1 TYPE c,   END OF typ.         "相当于int类型 DAT ...

  4. JAXB - XML Schema Types, Binary Data

    Data that has no "natural" representation with printable characters must, for inclusion in ...

  5. ExtJS笔记 Ext.data.Types

    This is a static class containing the system-supplied data types which may be given to a Field. Type ...

  6. Data Types

    原地址: Home / Database / Oracle Database Online Documentation 11g Release 2 (11.2) / Database Administ ...

  7. Oracle Schema Objects——Tables——Oracle Data Types

    Oracle Schema Objects Oracle Data Types 数据类型 Data Type Description NUMBER(P,S) Number value having a ...

  8. 关于powerdesigner中的data types说明

    原文:关于powerdesigner中的data types说明 这一堆的数据类型看着真是头大,弄个表格对照一下. Numeric data types Standard datatype DBMS- ...

  9. Why Apache Spark is a Crossover Hit for Data Scientists [FWD]

    Spark is a compelling multi-purpose platform for use cases that span investigative, as well as opera ...

随机推荐

  1. 个人常用jq方法复习

    $("#elem").on({ mouseover:function(){}, mouseout:function(){}, }); $(ele).closest("di ...

  2. 我的手机华为荣耀7,运行android程序不输出Log

    解决方法:1 进入手机拨号界面2 输入*#*#2846579#*#*3 输入完毕后自动跳转到<工程菜单>界面4 依次选择后台设置-->LOG设置-->在此可以看见一些列关于LO ...

  3. 第五十二篇、 OC获取视频的第一帧图片thumbnailImage

    获取视频的第一帧图片 有时候我们拍摄完视频后,希望获取一张图片当作这个视频的介绍,这个图片thumbnailImage可以从视频的第一帧获取到. 我们的思路是先获取视频的URL,然后初始化一个MPMo ...

  4. 第四十一篇、Masonry利用Block实现链式编程

    一直都觉得使用Masonry的时候语法特别优雅,很早的时候就想尝试下怎么实现, 一直都没弄明白,直到最近看见一篇叫block实现链式编程的 1.方法的返回类型是代码块 >代码块的返回类型是该类的 ...

  5. C#学习笔记之线程 - 高级主题:非阻塞同步

    非阻塞同步 - Nonblock Synchronization 前面提到,即使在简单的赋值和增加一个字段的情况下也需要处理同步.尽管,使用锁可以完成这个功能,但是锁必定会阻塞线程,需要线程切换,在高 ...

  6. opencv 手写选择题阅卷 (三)训练分类器

    opencv 手写选择题阅卷 (三)训练分类器 1,分类器选择:SVM 本来一开始用的KNN分类器,但这个分类器目前没有实现保存训练数据的功能,所以选择了SVN分类器; 2,样本图像的预处理和特征提取 ...

  7. What are Upgrade, Product and Package Codes used for? By pusu

    Following content is reprinted from here, please go to the original website for more information. Au ...

  8. Trie树入门及训练

    什么叫Trie树? Trie树即字典树. 又称单词查找树,Trie树,是一种树形结构,是一种哈希树的变种.典型应用是用于统计,排序和保存大量的字符串(但不仅限于字符串),所以经常被搜索引擎系统用于文本 ...

  9. jquery实现视觉滚动--fullpage

    用fullpage.js实现视觉滚动效果 1.Html页面 <!DOCTYPE html> <html> <head> <meta charset=" ...

  10. xamarin android——数据绑定到控件(一)

    mono for android 中光标由ICursor 接口标识,该接口公开了操作结果数据集的所有方法.光标的使用非常消耗系统资源,所以不使用时应该光比光标.可以通过StartManagingCur ...