Baselight

Perception Of Discrimination In Cities

Eurostat code: eq_wdisc ยท (2019 - 2023)

@eurostat.eq_wdisc

Loading...
Loading...

About this Dataset

Perception Of Discrimination In Cities

This Eurostat dataset contains data on perception of discrimination in cities, as collected and published by the Statistical Office of the European Union.

Tables included:

  • 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: 2024-04-11T23:00:00+0200

Tables

Perception Of Discrimination In Cities - Raw

@eurostat.eq_wdisc.raw
  • 10.06 KB
  • 522 rows
  • 6 columns
Loading...

CREATE TABLE raw (
  "freq" VARCHAR,
  "unit" VARCHAR,
  "cities" VARCHAR,
  "indic_ur" VARCHAR,
  "n_2019" DOUBLE,
  "n_2023" DOUBLE
);

Perception Of Discrimination In Cities - Unpivoted

@eurostat.eq_wdisc.tidy
  • 9.49 KB
  • 984 rows
  • 6 columns
Loading...

CREATE TABLE tidy (
  "freq" VARCHAR,
  "unit" VARCHAR,
  "cities" VARCHAR,
  "indic_ur" VARCHAR,
  "time_period" VARCHAR,
  "value" DOUBLE
);

Share link

Anyone who has the link will be able to view this.