Child Specific Material Deprivation Rate By Age (children Aged Less Than 16 Years)
Eurostat code: ilc_chmd01 ยท (2021 - 2024)
@eurostat.ilc_chmd01
Eurostat code: ilc_chmd01 ยท (2021 - 2024)
@eurostat.ilc_chmd01
CREATE TABLE raw (
"freq" VARCHAR,
"age" VARCHAR,
"unit" VARCHAR,
"geo" VARCHAR,
"n_2021" DOUBLE,
"n_2024" DOUBLE
);
CREATE TABLE tidy (
"freq" VARCHAR,
"age" VARCHAR,
"unit" VARCHAR,
"geo" VARCHAR,
"time_period" VARCHAR,
"value" DOUBLE
);
Anyone who has the link will be able to view this.