Persons Who Took Parental Leave To Care For Their Youngest Child Aged Less Than Eight, By Duration Of Parental Leave (1–000)
Eurostat code: lfso_10lparlea · (2010 - 2010)
@eurostat.lfso_10lparlea
Eurostat code: lfso_10lparlea · (2010 - 2010)
@eurostat.lfso_10lparlea
This Eurostat dataset contains data on persons who took parental leave to care for their youngest child aged less than eight, by duration of parental leave (1 000), 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: 2019-02-16T23:00:00+0100
CREATE TABLE raw (
"freq" VARCHAR,
"unit" VARCHAR,
"sex" VARCHAR,
"age" VARCHAR,
"duration" VARCHAR,
"isced97" VARCHAR,
"geo" VARCHAR,
"n_2010" DOUBLE -- 2010
);CREATE TABLE tidy (
"freq" VARCHAR,
"unit" VARCHAR,
"sex" VARCHAR,
"age" VARCHAR,
"duration" VARCHAR,
"isced97" VARCHAR,
"geo" VARCHAR,
"time_period" VARCHAR,
"value" DOUBLE
);Anyone who has the link will be able to view this.