Baselight

Population Density By Metropolitan Region

Eurostat code: met_d3dens ยท (2018 - 2023)

@eurostat.met_d3dens

Loading...
Loading...

About this Dataset

Population Density By Metropolitan Region

This Eurostat dataset contains data on population density by metropolitan region, 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-03-14T23:00:00+0100

Tables

Population Density By Metropolitan Region - Raw

@eurostat.met_d3dens.raw
  • 18.52 KB
  • 365 rows
  • 8 columns
Loading...

CREATE TABLE raw (
  "freq" VARCHAR,
  "metroreg" VARCHAR,
  "n_2018" DOUBLE,
  "n_2019" DOUBLE,
  "n_2020" DOUBLE,
  "n_2021" DOUBLE,
  "n_2022" DOUBLE,
  "n_2023" DOUBLE
);

Population Density By Metropolitan Region - Unpivoted

@eurostat.met_d3dens.tidy
  • 14.11 KB
  • 1990 rows
  • 4 columns
Loading...

CREATE TABLE tidy (
  "freq" VARCHAR,
  "metroreg" VARCHAR,
  "time_period" VARCHAR,
  "value" DOUBLE
);

Share link

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