Child Mortality Rate Under Age Five
@owid.under_five_mortality
@owid.under_five_mortality
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:
CREATE TABLE owid_under_five_mortality_1 (
"country" VARCHAR,
"year" INTEGER,
"under_five_mortality" FLOAT,
"source" VARCHAR
);CREATE TABLE owid_under_five_mortality_2 (
"country" VARCHAR,
"year" INTEGER,
"child_mortality" FLOAT
);CREATE TABLE owid_under_five_mortality_selected (
"country" VARCHAR,
"year" INTEGER,
"under_five_mortality" FLOAT,
"source" VARCHAR
);Anyone who has the link will be able to view this.