Baselight
Login
Login

Under 5 Mortality Rate By Sex

Eurostat code: enps_demo_under5 ยท (2005 - 2022)

@eurostat.enps_demo_under5

Under 5 Mortality Rate By Sex - Unpivoted
@eurostat.enps_demo_under5.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.51 KB
  • 224 rows
  • 6 columns
freq

Freq

unit

Unit

sex

Sex

geo

Geo

time_period

Time Period

value

Value

AnnualRateFemalesAlgeria200533
AnnualRateFemalesEgypt200524.3
AnnualRateFemalesIsrael20055
AnnualRateFemalesLibya20055
AnnualRateMalesAlgeria200537.5
AnnualRateMalesEgypt200527.7
AnnualRateMalesIsrael20055.9
AnnualRateMalesLibya20059
AnnualRateTotalAlgeria200535.3
AnnualRateTotalEgypt200526

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.