Persons Living In A Dwelling Not Comfortably Warm During Winter By Sex, Age And Group Of Country Of Birth
Eurostat code: ilc_lvhe14 ยท (2023 - 2023)
@eurostat.ilc_lvhe14
Eurostat code: ilc_lvhe14 ยท (2023 - 2023)
@eurostat.ilc_lvhe14
CREATE TABLE raw (
"freq" VARCHAR,
"age" VARCHAR,
"c_birth" VARCHAR,
"sex" VARCHAR,
"unit" VARCHAR,
"geo" VARCHAR,
"n_2023" DOUBLE
);
CREATE TABLE tidy (
"freq" VARCHAR,
"age" VARCHAR,
"c_birth" VARCHAR,
"sex" VARCHAR,
"unit" VARCHAR,
"geo" VARCHAR,
"time_period" VARCHAR,
"value" DOUBLE
);
Anyone who has the link will be able to view this.