Baselight
Login
Login

Mean Age At First Marriage By Sex

Eurostat code: enps_demo_nind ยท (2005 - 2022)

@eurostat.enps_demo_nind

Mean Age At First Marriage By Sex - Unpivoted
@eurostat.enps_demo_nind.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.

  • 5.24 KB
  • 197 rows
  • 6 columns
freq

Freq

unit

Unit

sex

Sex

geo

Geo

time_period

Time Period

value

Value

AnnualYearFemalesEgypt200523.2
AnnualYearFemalesIsrael200528.8
AnnualYearFemalesJordan200525.9
AnnualYearFemalesLibya200530
AnnualYearFemalesPalestine*200520.4
AnnualYearFemalesTunisia200526.8
AnnualYearMalesEgypt200528.7
AnnualYearMalesIsrael200532.3
AnnualYearMalesJordan200529.3
AnnualYearMalesLibya200531

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

Share link

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