add daily show data

This commit is contained in:
Ritchie King
2015-08-06 12:55:19 -04:00
parent e923cb7029
commit 7745fb8eb4
2 changed files with 14 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
### Daily Show Guests
The raw data behind the story [Every Guest Jon Stewart Ever Had On The Daily Show](http://fivethirtyeight.com/datalab/every-guest-jon-stewart-ever-had-on-the-daily-show/)
Header | Definition
---|---------
`YEAR` | The year the episode aired
`GoogleKnowlege_Occupation` | Their occupation or office, according to Google's Knowledge Graph or, if they're not in there, how Stewart introduced them on the program.
`Show` | Air date of episode. Not unique, as some shows had more than one guest
`Group` | A larger group designation for the occupation. For instance, us senators, us presidents, and former presidents are all under "politicians"
`Raw_Guest_List` | The person or list of people who appeared on the show, according to Wikipedia. The GoogleKnowlege_Occupation only refers to one of them in a given row.
Source: Google Knowlege Graph, The Daily Show clip library, Wikipedia.

File diff suppressed because one or more lines are too long