Children With Limitation In Activities Due To Health Problems, By Income Group, Household Composition And Age
Eurostat code: ilc_hch13 ยท (2017 - 2024)
@eurostat.ilc_hch13
Eurostat code: ilc_hch13 ยท (2017 - 2024)
@eurostat.ilc_hch13
CREATE TABLE raw (
"freq" VARCHAR,
"lev_limit" VARCHAR,
"rskpovth" VARCHAR,
"hhcomp" VARCHAR,
"age" VARCHAR,
"unit" VARCHAR,
"geo" VARCHAR,
"n_2017" DOUBLE,
"n_2021" DOUBLE,
"n_2024" DOUBLE
);
CREATE TABLE tidy (
"freq" VARCHAR,
"lev_limit" VARCHAR,
"rskpovth" VARCHAR,
"hhcomp" VARCHAR,
"age" VARCHAR,
"unit" VARCHAR,
"geo" VARCHAR,
"time_period" VARCHAR,
"value" DOUBLE
);
Anyone who has the link will be able to view this.