Baselight
Login
Login

Live Births By Mother's Age And NUTS 2 Region

Eurostat code: demo_r_fagec · (1990 - 2023)

@eurostat.demo_r_fagec

Live Births By Mother's Age And NUTS 2 Region - Unpivoted
@eurostat.demo_r_fagec.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.

  • 1.21 MB
  • 525487 rows
  • 6 columns
freq

Freq

unit

Unit

age

Age

geo

Geo

time_period

Time Period

value

Value

AnnualNumberTotalAustria199090454
AnnualNumberTotalOstösterreich199035573
AnnualNumberTotalBurgenland19902675
AnnualNumberTotalNiederösterreich199016522
AnnualNumberTotalWien199016376
AnnualNumberTotalSüdösterreich199019726
AnnualNumberTotalKärnten19906427
AnnualNumberTotalSteiermark199013299
AnnualNumberTotalWestösterreich199035155
AnnualNumberTotalOberösterreich199016455

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

Share link

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