Files
538data/biopics/README.md
2018-02-09 12:28:48 -05:00

27 lines
1.1 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Biopics
This folder contains the data behind the story ['Straight Outta Compton' Is The Rare Biopic Not About White Dudes](http://fivethirtyeight.com/features/straight-outta-compton-is-the-rare-biopic-not-about-white-dudes).
`biopics.csv` contains the following variables:
Variable | Definition
---|---------
`title` | Title of the film.
`site` | URL from IMDB.
`country` | Country of origin.
`year_released` | Year of release.
`box_office` | Gross earnings at U.S. box office.
`director` | Director of film.
`number_of_subjects` | The number of subjects featured in the film.
`subject` | The actual name of the featured subject.
`type_of_subject` | The occupation of subject or reason for recognition.
`race_known` | Indicates whether the subjects race was discernible based on background of self, parent, or grandparent.
`subject_race` | Race of the subject.
`person_of_color` | Dummy variable that indicates person of color.
`subject_sex` | Sex of subject.
`lead_actor_actress` | The actor or actress who played the subject.
Source: [IMDb](http://www.imdb.com/).