Baselight

Media Representation: TV And Netflix (2016)

Gender representation in media as coded through language

@kaggle.stephanieperez22_media_representation_tv_and_netflix_2016

Cw Clean Data
@kaggle.stephanieperez22_media_representation_tv_and_netflix_2016.cw_clean_data

  • 27.78 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

CW100, Thedr234711575648914844%1056%1814711942175117122
CWArrowdr21235313516516830%1970%27111422816114219219
CWDC's Legendsdr15281014312312618%2782%33102221114114114
CWFlash, Thedr132462514849822%2978%37514217616238292
CWFrequencydr1111236474711588%1512%1306221565425416
CWJane the Virgindr213361141471471956%1544%341121671111023124768
CWNo Tomorrowdr173365689891554%1346%281031375111521017
CWSupergirldr14336447777960%640%157255121111314
CWSupernaturaldr164448412412523%1777%2210211341223113211
CWVampire Diaries, Thedr1524654168781142%1558%2613225104112112

CREATE TABLE cw_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.