Satisfaction With The Dwelling By Level Of Satisfaction, Risk Of Poverty Threshold And Level Of Disability (activity Limitation)
Eurostat code: ilc_pw16 ยท (2023 - 2023)
@eurostat.ilc_pw16
Eurostat code: ilc_pw16 ยท (2023 - 2023)
@eurostat.ilc_pw16
CREATE TABLE raw (
"freq" VARCHAR,
"lev_satis" VARCHAR,
"lev_limit" VARCHAR,
"rskpovth" VARCHAR,
"unit" VARCHAR,
"geo" VARCHAR,
"n_2023" DOUBLE
);
CREATE TABLE tidy (
"freq" VARCHAR,
"lev_satis" VARCHAR,
"lev_limit" VARCHAR,
"rskpovth" VARCHAR,
"unit" VARCHAR,
"geo" VARCHAR,
"time_period" VARCHAR,
"value" DOUBLE
);
Anyone who has the link will be able to view this.