Baselight
Login
Login

Live Births (total) By NUTS 3 Region

Eurostat code: demo_r_births · (1990 - 2023)

@eurostat.demo_r_births

Live Births (total) By NUTS 3 Region - Unpivoted
@eurostat.demo_r_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.

  • 241.25 KB
  • 58272 rows
  • 5 columns
freq

Freq

unit

Unit

geo

Geo

time_period

Time Period

value

Value

AnnualNumberAlbania199082125
AnnualNumberAustria199090454
AnnualNumberOstösterreich199035600
AnnualNumberBurgenland19902700
AnnualNumberMittelburgenland1990400
AnnualNumberNordburgenland19901400
AnnualNumberSüdburgenland1990900
AnnualNumberNiederösterreich199016500
AnnualNumberMostviertel-Eisenwurzen19903100
AnnualNumberNiederösterreich-Süd19902600

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

Share link

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