API AccessAccess dataset files directly from scripts, code, or AI agents.
Browse dataset files
Access dataset files directly from scripts, code, or AI agents.
Each file has a stable URL (r-link) that you can use directly in scripts, apps, or AI agents. These URLs are permanent and safe to hardcode.
Start with these files — they give you everything you need to understand and access the dataset.
- 1. Fetch datapackage.json to inspect schema and resources
- 2. Download data resources listed in datapackage.json
- 3. Read README.md for full context
Data Previews
performer-scores
Schema
| name | type | format |
|---|---|---|
| performer | string | default |
| score per year | number | default |
| total score | number | default |
| show | string | default |
show-data
Schema
| name | type | format |
|---|---|---|
| performer | string | default |
| show | string | default |
| show start | integer | default |
| show end | integer | default |
| status? | string | default |
| charend | integer | default |
| years since | integer | default |
| #lead | integer | default |
| #support | integer | default |
| #shows | integer | default |
| score | number | default |
| score/y | number | default |
| lead_notes | string | default |
| support_notes | string | default |
| show_notes | string | default |
Data Files
| File | Description | Size | Last modified | Download |
|---|---|---|---|---|
performer-scores | 8.18 kB | about 2 months ago | performer-scores | |
show-data | 34.7 kB | about 2 months ago | show-data |
| Files | Size | Format | Created | Updated | License | Source |
|---|---|---|---|---|---|---|
| 2 | 42.9 kB | csv | about 2 months ago | FiveThirtyEight - Mad Men |
Mad Men
This directory contains the data behind the story ‘Mad Men’ Is Ending. What’s Next For The Cast?
The primary file show-data.csv contains data of actors who appeared on at least half the episodes of television shows that were nominated for an Emmy for Outstanding Drama since the year 2000. It contains the following variables:
| Header | Definition |
|---|---|
Performer | The name of the actor, according to IMDb. This is not a unique identifier - two performers appeared in more than one program |
Show | The television show where this actor appeared in more than half the episodes |
Show Start | The year the television show began |
Show End | The year the television show ended, PRESENT if the show remains on the air as of May 10. |
Status? | Why the actor is no longer on the program: END if the show has concluded, LEFT if the show remains on the air. |
CharEnd | The year the character left the show. Equal to Show End if the performer stayed on until the final season. |
Years Since | 2015 minus CharEnd |
#LEAD | The number of leading roles in films the performer has appeared in since and including CharEnd, according to OpusData |
#SUPPORT | The number of leading roles in films the performer has appeared in since and including CharEnd, according to OpusData |
#Shows | The number of seasons of television of which the performer appeared in at least half the episodes since and including CharEnd, according to OpusData |
Score | #LEAD + #Shows + 0.25*(#SUPPORT) |
Score/Y | Score divided by Years Since |
lead_notes | The list of films counted in #LEAD |
support_notes | The list of films counted in #SUPPORT |
show_notes | The seasons of shows counted in #Shows |
The supplemental file performer-scores.csv is the consolidated data from show-data.csv made into a pivot table.
This dataset was scraped from FiveThirtyEight - mad-men