Need For Help With Personal Care Activities By Sex, Age And Degree Of Urbanisation
Eurostat code: hlth_ehis_pchlpu ยท (2014 - 2019)
@eurostat.hlth_ehis_pchlpu
Eurostat code: hlth_ehis_pchlpu ยท (2014 - 2019)
@eurostat.hlth_ehis_pchlpu
CREATE TABLE raw (
"freq" VARCHAR,
"assist" VARCHAR,
"deg_urb" VARCHAR,
"age" VARCHAR,
"sex" VARCHAR,
"unit" VARCHAR,
"geo" VARCHAR,
"n_2014" DOUBLE,
"n_2019" DOUBLE
);
CREATE TABLE tidy (
"freq" VARCHAR,
"assist" VARCHAR,
"deg_urb" 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.