Population With Work Interruption For Childcare By Duration Of Interruption And Educational Attainment Level
Eurostat code: lfso_18stlened ยท (2018 - 2018)
@eurostat.lfso_18stlened
Eurostat code: lfso_18stlened ยท (2018 - 2018)
@eurostat.lfso_18stlened
CREATE TABLE raw (
"freq" VARCHAR,
"isced11" VARCHAR,
"duration" VARCHAR,
"sex" VARCHAR,
"age" VARCHAR,
"unit" VARCHAR,
"geo" VARCHAR,
"n_2018" DOUBLE
);
CREATE TABLE tidy (
"freq" VARCHAR,
"isced11" VARCHAR,
"duration" VARCHAR,
"sex" VARCHAR,
"age" VARCHAR,
"unit" VARCHAR,
"geo" VARCHAR,
"time_period" VARCHAR,
"value" DOUBLE
);
Anyone who has the link will be able to view this.