Baselight

Live Births (total) By Metropolitan Region

Eurostat code: met_births ยท (1990 - 2022)

@eurostat.met_births

Live Births (total) By Metropolitan Region - Unpivoted
@eurostat.met_births.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.

  • 62.97 KB
  • 10235 rows
  • 5 columns
freq

Freq

unit

Unit

metroreg

Metroreg

time_period

Time Period

value

Value

AnnualNumberAlbania199082125
AnnualNumberAustria199090454
AnnualNumberWien199024500
AnnualNumberGraz19905800
AnnualNumberLinz19908500
AnnualNumberSalzburg19903700
AnnualNumberInnsbruck19903000
AnnualNumberNon-metropolitan regions in Austria199045300
AnnualNumberBelgium1990123776
AnnualNumberBruxelles / Brussel199025600

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.