Population By Effects Of Childcare On Employment And Country Of Birth
Eurostat code: lfso_18stwkcb ยท (2018 - 2018)
@eurostat.lfso_18stwkcb
Eurostat code: lfso_18stwkcb ยท (2018 - 2018)
@eurostat.lfso_18stwkcb
CREATE TABLE raw (
"freq" VARCHAR,
"effemp" VARCHAR,
"c_birth" VARCHAR,
"age" VARCHAR,
"sex" VARCHAR,
"unit" VARCHAR,
"geo" VARCHAR,
"n_2018" DOUBLE
);
CREATE TABLE tidy (
"freq" VARCHAR,
"effemp" VARCHAR,
"c_birth" VARCHAR,
"age" VARCHAR,
"sex" VARCHAR,
"unit" VARCHAR,
"geo" VARCHAR,
"time_period" VARCHAR,
"value" DOUBLE
);
Anyone who has the link will be able to view this.