Population By Care Responsibilities And Country Of Birth
Eurostat code: lfso_18crescb ยท (2018 - 2018)
@eurostat.lfso_18crescb
Eurostat code: lfso_18crescb ยท (2018 - 2018)
@eurostat.lfso_18crescb
CREATE TABLE raw (
"freq" VARCHAR,
"careresp" VARCHAR,
"c_birth" VARCHAR,
"age" VARCHAR,
"sex" VARCHAR,
"unit" VARCHAR,
"geo" VARCHAR,
"n_2018" DOUBLE
);
CREATE TABLE tidy (
"freq" VARCHAR,
"careresp" 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.