Physical And Sexual Violence To Women By Age Group (2012 Data)
Eurostat code: sdg_05_10 ยท (2012 - 2012)
@eurostat.sdg_05_10
Eurostat code: sdg_05_10 ยท (2012 - 2012)
@eurostat.sdg_05_10
This Eurostat dataset contains data on physical and sexual violence to women by age group (2012 data), as collected and published by the Statistical Office of the European Union.
raw
: Original table as downloaded from Eurostat.tidy
: A cleaned and transformed version of the raw
table, where time period values appear as rows instead of columns (unpivoted format).Last updated: 2024-04-19T23:00:00+0200
CREATE TABLE raw (
"freq" VARCHAR,
"indic_cr" VARCHAR,
"unit" VARCHAR,
"sex" VARCHAR,
"geo" VARCHAR,
"age" VARCHAR,
"n_2012" DOUBLE -- 2012
);
CREATE TABLE tidy (
"freq" VARCHAR,
"indic_cr" VARCHAR,
"unit" VARCHAR,
"sex" VARCHAR,
"geo" VARCHAR,
"age" VARCHAR,
"time_period" VARCHAR,
"value" DOUBLE
);
Anyone who has the link will be able to view this.