Home

Awesome

"Rising" Sunday Show Guests

This repository contains the data and code behind the September 5, 2014 BuzzFeed News post, "Five Sunday Morning Show Guests Whose Stars Are Rising."

Data

The data — data/guests.csv — comes from The New York Times's The Upshot, via researchers at American University. The Upshot kindly cleaned the data and published it to a GitHub repository, which is the basis for this analysis.

Analysis

A Python script, scripts/find-trending-guests.py, counts the total number of appearances per guest, per year. Next it filters the guests, looking for the following three criteria:

The script has one requirement, pandas.

To execute the script on a Unix operating system, run ./scripts/find-trending-guests.py < data/guests.csv > output/trending-guests.tsv, or simply make findings.