Media Representation: TV And Netflix (2016)
Gender representation in media as coded through language
@kaggle.stephanieperez22_media_representation_tv_and_netflix_2016
Gender representation in media as coded through language
@kaggle.stephanieperez22_media_representation_tv_and_netflix_2016
CREATE TABLE nbc_clean_data (
"broadcasting_station" VARCHAR,
"series_name" VARCHAR,
"sit_com_drama" VARCHAR,
"total_characters" BIGINT,
"main_characters_fem" BIGINT,
"main_characters_male" BIGINT,
"total_main_characters" BIGINT,
"other_characters_fem" BIGINT,
"other_characters_male" BIGINT,
"minors_fem" BIGINT,
"minors_male" BIGINT,
"adults_fem" BIGINT,
"adults_male" BIGINT,
"total_characters_fem" BIGINT,
"total_characters_male" BIGINT,
"speaking_time_fem" BIGINT,
"percentage_speaking_time_fem" VARCHAR,
"speaking_time_male" BIGINT,
"percentage_speaking_time_male" VARCHAR,
"total_speaking_time" BIGINT,
"white_american" BIGINT,
"white_other" BIGINT,
"black" BIGINT,
"latino" BIGINT,
"asian" BIGINT,
"middle_eastern" BIGINT,
"total_non_white" BIGINT,
"unspecified" BIGINT,
"straight" BIGINT,
"lgbtq" BIGINT,
"unspecified_1" BIGINT,
"married" BIGINT,
"in_a_relat" BIGINT,
"single" BIGINT,
"unspecified_2" BIGINT,
"parents" BIGINT,
"not_parents" BIGINT,
"unspecified_3" BIGINT
);
Anyone who has the link will be able to view this.