Baselight

Violence Against Women & Girls

Visualize Gender Equality From Survey Data From 70 Countries

@kaggle.whenamancodes_violence_against_women_girls

Violence Against Women Girls Data
@kaggle.whenamancodes_violence_against_women_girls.violence_against_women_girls_data

  • 37.6 KB
  • 12600 rows
  • 8 columns
recordid

RecordID

country

Country

gender

Gender

demographics_question

Demographics Question

demographics_response

Demographics Response

question

Question

survey_year

Survey Year

value

Value

1AfghanistanFMarital statusNever married... if she burns the foodThu Jan 01 2015 00:00:00 GMT+0000 (Coordinated Universal Time)
1AfghanistanFEducationHigher... if she burns the foodThu Jan 01 2015 00:00:00 GMT+0000 (Coordinated Universal Time)10.1
1AfghanistanFEducationSecondary... if she burns the foodThu Jan 01 2015 00:00:00 GMT+0000 (Coordinated Universal Time)13.7
1AfghanistanFEducationPrimary... if she burns the foodThu Jan 01 2015 00:00:00 GMT+0000 (Coordinated Universal Time)13.8
1AfghanistanFMarital statusWidowed, divorced, separated... if she burns the foodThu Jan 01 2015 00:00:00 GMT+0000 (Coordinated Universal Time)13.8
1AfghanistanFEmploymentEmployed for kind... if she burns the foodThu Jan 01 2015 00:00:00 GMT+0000 (Coordinated Universal Time)17
1AfghanistanFAge15-24... if she burns the foodThu Jan 01 2015 00:00:00 GMT+0000 (Coordinated Universal Time)17.3
1AfghanistanFEmploymentUnemployed... if she burns the foodThu Jan 01 2015 00:00:00 GMT+0000 (Coordinated Universal Time)18
1AfghanistanFResidenceRural... if she burns the foodThu Jan 01 2015 00:00:00 GMT+0000 (Coordinated Universal Time)18.1
1AfghanistanFAge25-34... if she burns the foodThu Jan 01 2015 00:00:00 GMT+0000 (Coordinated Universal Time)18.2

CREATE TABLE violence_against_women_girls_data (
  "recordid" BIGINT,
  "country" VARCHAR,
  "gender" VARCHAR,
  "demographics_question" VARCHAR,
  "demographics_response" VARCHAR,
  "question" VARCHAR,
  "survey_year" TIMESTAMP,
  "value" DOUBLE
);

Share link

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