Persons Feeling Discriminated Against By Life Situation, Sex, Age, Disability (activity Limitation), And Risk Of Poverty Or Social Exclusion
Eurostat code: ilc_atsd01 ยท (2024 - 2024)
@eurostat.ilc_atsd01
Eurostat code: ilc_atsd01 ยท (2024 - 2024)
@eurostat.ilc_atsd01
CREATE TABLE raw (
"freq" VARCHAR,
"yn_arope" VARCHAR,
"lev_limit" VARCHAR,
"age" VARCHAR,
"sex" VARCHAR,
"life_sit" VARCHAR,
"unit" VARCHAR,
"geo" VARCHAR,
"n_2024" DOUBLE
);
CREATE TABLE tidy (
"freq" VARCHAR,
"yn_arope" VARCHAR,
"lev_limit" VARCHAR,
"age" VARCHAR,
"sex" VARCHAR,
"life_sit" VARCHAR,
"unit" VARCHAR,
"geo" VARCHAR,
"time_period" VARCHAR,
"value" DOUBLE
);
Anyone who has the link will be able to view this.