Persons Feeling Discriminated Against By Life Situation, Sex And Group Of Country Of Birth
Eurostat code: ilc_atsd02$dv_3202
@eurostat.ilc_atsd02_dv_3202
Eurostat code: ilc_atsd02$dv_3202
@eurostat.ilc_atsd02_dv_3202
This Eurostat dataset contains data on persons feeling discriminated against by life situation, sex and group of country of birth, 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,
"c_birth" VARCHAR,
"sex" VARCHAR,
"life_sit" VARCHAR,
"unit" VARCHAR,
"geo" VARCHAR,
"n_2024" DOUBLE -- 2024
);CREATE TABLE tidy (
"freq" VARCHAR,
"c_birth" 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.