Population By Type Of Disability, Sex, Age And Educational Attainment Level
Eurostat code: hlth_de040 ยท (2011 - 2011)
@eurostat.hlth_de040
Eurostat code: hlth_de040 ยท (2011 - 2011)
@eurostat.hlth_de040
CREATE TABLE raw (
"freq" VARCHAR,
"unit" VARCHAR,
"isced97" VARCHAR,
"hlth_pb" VARCHAR,
"age" VARCHAR,
"sex" VARCHAR,
"geo" VARCHAR,
"n_2011" DOUBLE
);
CREATE TABLE tidy (
"freq" VARCHAR,
"unit" VARCHAR,
"isced97" VARCHAR,
"hlth_pb" VARCHAR,
"age" VARCHAR,
"sex" VARCHAR,
"geo" VARCHAR,
"time_period" VARCHAR,
"value" DOUBLE
);
Anyone who has the link will be able to view this.