Baselight
Login
Login

Total Fertility Rate

Eurostat code: enps_demo_frate1 ยท (2005 - 2023)

@eurostat.enps_demo_frate1

Total Fertility Rate - Unpivoted
@eurostat.enps_demo_frate1.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.

  • 4.26 KB
  • 106 rows
  • 5 columns
freq

Freq

unit

Unit

geo

Geo

time_period

Time Period

value

Value

AnnualRateAlgeria20052.6
AnnualRateEgypt20053.1
AnnualRateIsrael20052.8
AnnualRateJordan20053.7
AnnualRateMorocco20052.4
AnnualRateTunisia20052
AnnualRateAlgeria20062.3
AnnualRateIsrael20062.9
AnnualRateJordan20063.7
AnnualRateLibya20062.7

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.