Self-reported Unmet Needs For Health Care By Sex, Age, Specific Reasons And Educational Attainment Level
Eurostat code: hlth_ehis_un1e ยท (2014 - 2019)
@eurostat.hlth_ehis_un1e
Eurostat code: hlth_ehis_un1e ยท (2014 - 2019)
@eurostat.hlth_ehis_un1e
CREATE TABLE raw (
"freq" VARCHAR,
"unit" VARCHAR,
"reason" VARCHAR,
"isced11" VARCHAR,
"sex" VARCHAR,
"age" VARCHAR,
"geo" VARCHAR,
"n_2014" DOUBLE,
"n_2019" DOUBLE
);
CREATE TABLE tidy (
"freq" VARCHAR,
"unit" VARCHAR,
"reason" VARCHAR,
"isced11" VARCHAR,
"sex" VARCHAR,
"age" VARCHAR,
"geo" VARCHAR,
"time_period" VARCHAR,
"value" DOUBLE
);
Anyone who has the link will be able to view this.