Baselight

Perception Survey Results

Eurostat code: urb_percep$dv_981

@eurostat.urb_percep_dv_981

Loading...
Loading...

About this Dataset

Perception Survey Results

This Eurostat dataset contains data on perception survey results, 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-08T23:00:00+0200

Tables

Perception Survey Results - Raw

@eurostat.urb_percep_dv_981.raw
  • 28.75 KB
  • 3622 rows
  • 9 columns
Loading...

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

Perception Survey Results - Unpivoted

@eurostat.urb_percep_dv_981.tidy
  • 23.21 KB
  • 9215 rows
  • 6 columns
Loading...

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

Share link

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