Baselight

Total Fertility Rate By NUTS 2 Region

Eurostat code: tgs00100 · (2012 - 2023)

@eurostat.tgs00100

Total Fertility Rate By NUTS 2 Region - Unpivoted
@eurostat.tgs00100.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.

  • 29.15 KB
  • 3595 rows
  • 6 columns
freq

Freq

unit

Unit

age

Age

geo

Geo

time_period

Time Period

value

Value

AnnualNumberTotalBurgenland20121.3
AnnualNumberTotalNiederösterreich20121.49
AnnualNumberTotalWien20121.4
AnnualNumberTotalKärnten20121.41
AnnualNumberTotalSteiermark20121.36
AnnualNumberTotalOberösterreich20121.55
AnnualNumberTotalSalzburg20121.46
AnnualNumberTotalTirol20121.44
AnnualNumberTotalVorarlberg20121.56
AnnualNumberTotalSeverozapaden20121.71

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.