Baselight
Login
Login

Life Expectancy At Birth By Sex

Eurostat code: enps_demo_mlexpec ยท (2005 - 2023)

@eurostat.enps_demo_mlexpec

Life Expectancy At Birth By Sex - Unpivoted
@eurostat.enps_demo_mlexpec.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.58 KB
  • 358 rows
  • 6 columns
freq

Freq

unit

Unit

sex

Sex

geo

Geo

time_period

Time Period

value

Value

AnnualYearFemalesAlgeria200575.6
AnnualYearFemalesIsrael200582.2
AnnualYearFemalesJordan200572.4
AnnualYearFemalesMorocco200573.2
AnnualYearFemalesPalestine*200573
AnnualYearFemalesTunisia200575.5
AnnualYearMalesAlgeria200573.6
AnnualYearMalesIsrael200578.3
AnnualYearMalesJordan200570.6
AnnualYearMalesMorocco200570.8

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.