Baselight

Assumptions For Fertility Rates By Age And Type Of Projection

Eurostat code: proj_19naasfr ยท (2019 - 2100)

@eurostat.proj_19naasfr

Assumptions For Fertility Rates By Age And Type Of Projection - Unpivoted
@eurostat.proj_19naasfr.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.

  • 559.26 KB
  • 193192 rows
  • 7 columns
freq

Freq

projection

Projection

unit

Unit

age

Age

geo

Geo

time_period

Time Period

value

Value

AnnualBaseline projectionsNumberTotalAustria20191.44928
AnnualBaseline projectionsNumberTotalBelgium20191.57673
AnnualBaseline projectionsNumberTotalBulgaria20191.58
AnnualBaseline projectionsNumberTotalSwitzerland20191.48
AnnualBaseline projectionsNumberTotalCyprus20191.3331
AnnualBaseline projectionsNumberTotalCzechia20191.709
AnnualBaseline projectionsNumberTotalGermany20191.53443
AnnualBaseline projectionsNumberTotalDenmark20191.71942
AnnualBaseline projectionsNumberTotalEstonia20191.51143
AnnualBaseline projectionsNumberTotalGreece20191.33622

CREATE TABLE tidy (
  "freq" VARCHAR,
  "projection" 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.