Baselight

Deaths (total) By Metropolitan Region

Eurostat code: met_deaths ยท (1990 - 2022)

@eurostat.met_deaths

Deaths (total) By Metropolitan Region - Unpivoted
@eurostat.met_deaths.tidy

This table contains the same data as the raw table, but in a tidy format: time period values are unpivoted into rows under a single time_period column, making the dataset easier to analyze and visualize.

  • 63.52 KB
  • 10323 rows
  • 5 columns
freq

Freq

unit

Unit

metroreg

Metroreg

time_period

Time Period

value

Value

AnnualNumberAustria199082952
AnnualNumberWien199029800
AnnualNumberGraz19905800
AnnualNumberLinz19906300
AnnualNumberSalzburg19902800
AnnualNumberInnsbruck19902300
AnnualNumberNon-metropolitan regions in Austria199036300
AnnualNumberBelgium1990104130
AnnualNumberBruxelles / Brussel199022273
AnnualNumberAntwerpen19909785

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

Share link

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