以下为卖家选择提供的数据验证报告:
数据描述
Movies.csv
The movies.csv
file combines the Bechdel_detailed.csv
from the Movie Bechdel Test Scores with additional data fetched with The Movie Database API. Big thanks to Alison Yuhan Yao for fetching the data from the Bechdel Test Movie List website.
Dictionary
bt_score
: The bechdel test score.- 0: Failed the test :(
- 1: It has to have at least two [named] women in it.
- 2: Who talk to each other.
- 3: About something besides a man.
dubious
: Whether the submitter considered the rating dubious.popularity
: TMDB popularity.revenue
: revenue in American Dollar (USD). Not adjusted for inflation.cast
andcrew
: a json with cast and crew information. Check the response body in the TMDB api docs.cast_gender
andcrew_gender
: gender of cast and crew.- 0: Not specified;
- 1: Female;
- 2: Male;
- 3: Non-binary.
cast_female_representation
andcrew_female_representation
: percentage of women (1) in the cast or crew.
Oscar.csv
The oscar.csv
displays Academy Awards winners and nominees from 1927 to 2021. The following categories were considered: DIRECTING, BEST PICTURE, FILM EDITING, WRITING, COSTUME DESIGN, DOCUMENTARY (Feature), CINEMATOGRAPHY, SHORT FILM.
You can check the how the data was handled in our github repo:
Last updated June 2022.
