Children With Unmet Needs For Medical Examination Or Treatment By Income Group, Household Composition And Degree Of Urbanization
Eurostat code: ilc_hch14 ยท (2017 - 2024)
@eurostat.ilc_hch14
Eurostat code: ilc_hch14 ยท (2017 - 2024)
@eurostat.ilc_hch14
CREATE TABLE raw (
"freq" VARCHAR,
"hlthcare" VARCHAR,
"rskpovth" VARCHAR,
"hhcomp" VARCHAR,
"deg_urb" VARCHAR,
"unit" VARCHAR,
"geo" VARCHAR,
"n_2017" DOUBLE,
"n_2021" DOUBLE,
"n_2024" DOUBLE
);
CREATE TABLE tidy (
"freq" VARCHAR,
"hlthcare" VARCHAR,
"rskpovth" VARCHAR,
"hhcomp" VARCHAR,
"deg_urb" VARCHAR,
"unit" VARCHAR,
"geo" VARCHAR,
"time_period" VARCHAR,
"value" DOUBLE
);
Anyone who has the link will be able to view this.