Persons Feeling Left Out From Society By Sex, Age And Risk Of Poverty Threshold
Eurostat code: ilc_pw13 ยท (2022 - 2022)
@eurostat.ilc_pw13
Eurostat code: ilc_pw13 ยท (2022 - 2022)
@eurostat.ilc_pw13
CREATE TABLE raw (
"freq" VARCHAR,
"rskpovth" VARCHAR,
"age" VARCHAR,
"sex" VARCHAR,
"unit" VARCHAR,
"geo" VARCHAR,
"n_2022" DOUBLE
);
CREATE TABLE tidy (
"freq" VARCHAR,
"rskpovth" VARCHAR,
"age" VARCHAR,
"sex" VARCHAR,
"unit" VARCHAR,
"geo" VARCHAR,
"time_period" VARCHAR,
"value" DOUBLE
);
Anyone who has the link will be able to view this.