Baselight

Media Representation: TV And Netflix (2016)

Gender representation in media as coded through language

@kaggle.stephanieperez22_media_representation_tv_and_netflix_2016

Cbs Clean Data
@kaggle.stephanieperez22_media_representation_tv_and_netflix_2016.cbs_clean_data

  • 27.82 KB
  • 10 rows
  • 38 columns
broadcasting_station

Broadcasting Station

series_name

Series Name

sit_com_drama

Sit-com/Drama

total_characters

Total Characters

main_characters_fem

Main Characters Fem

main_characters_male

Main Characters Male

total_main_characters

Total Main Characters

other_characters_fem

Other Characters Fem

other_characters_male

Other Characters Male

minors_fem

Minors Fem

minors_male

Minors Male

adults_fem

Adults Fem

adults_male

Adults Male

total_characters_fem

Total Characters Fem

total_characters_male

Total Characters Male

speaking_time_fem

Speaking Time Fem

percentage_speaking_time_fem

Percentage Speaking Time Fem

speaking_time_male

Speaking Time Male

percentage_speaking_time_male

Percentage Speaking Time Male

total_speaking_time

Total Speaking Time

white_american

White American

white_other

White Other

black

Black

latino

Latino

asian

Asian

middle_eastern

Middle Eastern

total_non_white

Total Non-White

unspecified

Unspecified

straight

Straight

lgbtq

LGBTQ

unspecified_1

Unspecified.1

married

Married

in_a_relat

In A Relat.

single

Single

unspecified_2

Unspecified.2

parents

Parents

not_parents

Not Parents

unspecified_3

Unspecified.3

CBSBig Bang Theory, Thesc934723636730%1670%23811724212252
CBSBlue Bloodsdr2726861312717819721%2679%332412362163187218
CBSBulldr21336411714714721%2779%341241272212191119
CBSHawaii Five-0sc19156671612712524%1676%214221631214155143115
CBSKevin Can Waitsc1022433223355638%1063%168264244226
CBSMacGyverdr1423527410410833%1667%2434611111311314
CBSMadame Secretarydr25347612217159161542%2158%3616232522232232320
CBSNCISdr203585718118121541%2259%371233624163172117
CBSNCIS: Los Angelesdr16347275115111036%1864%28131113412412214
CBSNCIS: New Orleansdr17336471797101036%1864%2887181314131124112

CREATE TABLE cbs_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
);

Share link

Anyone who has the link will be able to view this.