Children With Unmet Needs For Medical Examination Or Treatment By Specific Reason
Eurostat code: ilc_hch15 ยท (2017 - 2024)
@eurostat.ilc_hch15
Eurostat code: ilc_hch15 ยท (2017 - 2024)
@eurostat.ilc_hch15
CREATE TABLE raw (
"freq" VARCHAR,
"hlthcare" VARCHAR,
"reason" VARCHAR,
"unit" VARCHAR,
"geo" VARCHAR,
"n_2017" DOUBLE,
"n_2021" DOUBLE,
"n_2024" DOUBLE
);
CREATE TABLE tidy (
"freq" VARCHAR,
"hlthcare" VARCHAR,
"reason" VARCHAR,
"unit" VARCHAR,
"geo" VARCHAR,
"time_period" VARCHAR,
"value" DOUBLE
);
Anyone who has the link will be able to view this.