Average Size Of Dwelling By Income Quintile And Tenure Status
Eurostat code: ilc_lvho32 ยท (2020 - 2023)
@eurostat.ilc_lvho32
Eurostat code: ilc_lvho32 ยท (2020 - 2023)
@eurostat.ilc_lvho32
CREATE TABLE raw (
"freq" VARCHAR,
"quant_inc" VARCHAR,
"tenure" VARCHAR,
"unit" VARCHAR,
"geo" VARCHAR,
"n_2020" DOUBLE,
"n_2023" DOUBLE
);
CREATE TABLE tidy (
"freq" VARCHAR,
"quant_inc" VARCHAR,
"tenure" VARCHAR,
"unit" VARCHAR,
"geo" VARCHAR,
"time_period" VARCHAR,
"value" DOUBLE
);
Anyone who has the link will be able to view this.