Baselight

Child Mortality Rate Under Age Five

@owid.under_five_mortality

Loading...
Loading...

About this Dataset

Child Mortality Rate Under Age Five

Estimates of child mortality rate (under five years old) per 1,000 live births.
This data has been compiled by Klara Johansson and Mattias Lindgren (Gapminder) from a selection of sources:

  • Human Mortality Database
  • Child Mortality Estimates from the UN Inter-agency Group for Child Mortality Estimation.
  • Gapminder model based on infant mortality ratio (version 2) https://www.gapminder.org/data/documentation/gd002/
  • Model estimates based on Gapminder's life expectancy data combined with model life tables, with some additional adjustments

Tables

Child Mortality Rate (Gapminder)

@owid.under_five_mortality.owid_under_five_mortality_1
  • 86.12 KB
  • 33496 rows
  • 4 columns
Loading...

CREATE TABLE owid_under_five_mortality_1 (
  "country" VARCHAR,
  "year" INTEGER,
  "under_five_mortality" FLOAT,
  "source" VARCHAR
);

Under-five Mortality

@owid.under_five_mortality.owid_under_five_mortality_2
  • 184.12 KB
  • 59002 rows
  • 3 columns
Loading...

CREATE TABLE owid_under_five_mortality_2 (
  "country" VARCHAR,
  "year" INTEGER,
  "child_mortality" FLOAT
);

Child Mortality Rate (Gapminder)

@owid.under_five_mortality.owid_under_five_mortality_selected
  • 49.19 KB
  • 13139 rows
  • 4 columns
Loading...

CREATE TABLE owid_under_five_mortality_selected (
  "country" VARCHAR,
  "year" INTEGER,
  "under_five_mortality" FLOAT,
  "source" VARCHAR
);

Share link

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