Persons Feeling Discriminated Against By Life Situation, Sex, Age, Disability (activity Limitation), And Risk Of Poverty Or Social Exclusion
Eurostat code: ilc_atsd01$dv_3201
@eurostat.ilc_atsd01_dv_3201
Eurostat code: ilc_atsd01$dv_3201
@eurostat.ilc_atsd01_dv_3201
This Eurostat dataset contains data on persons feeling discriminated against by life situation, sex, age, disability (activity limitation), and risk of poverty or social exclusion, as collected and published by the Statistical Office of the European Union.
raw: Original table as downloaded from Eurostat.tidy: A cleaned and transformed version of the raw table, where time period values appear as rows instead of columns (unpivoted format).Last updated: 2025-10-16T23:00:00+0200
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 -- 2024
);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.