Baselight

Live Births By Age Group Of The Mothers And NUTS 3 Region

Eurostat code: demo_r_fagec3 · (2013 - 2023)

@eurostat.demo_r_fagec3

Live Births By Age Group Of The Mothers And NUTS 3 Region - Unpivoted
@eurostat.demo_r_fagec3.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.

  • 847.41 KB
  • 242464 rows
  • 6 columns
freq

Freq

age

Age

unit

Unit

geo

Geo

time_period

Time Period

value

Value

AnnualTotalNumberAlbania201335750
AnnualTotalNumberShqipëria201335582
AnnualTotalNumberVeri201310999
AnnualTotalNumberDibër20131923
AnnualTotalNumberDurrës20133548
AnnualTotalNumberKukës20131334
AnnualTotalNumberLezhë20131782
AnnualTotalNumberShkodër20132412
AnnualTotalNumberQender201314064
AnnualTotalNumberElbasan20133865

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

Share link

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