Child Mortality Estimates
@owid.igme
@owid.igme
CREATE TABLE owid_igme_1 (
"country" VARCHAR,
"year" INTEGER,
"indicator_name" VARCHAR,
"sex_name" VARCHAR,
"series_name_name" VARCHAR,
"unit_measure_name" VARCHAR,
"obs_value" FLOAT,
"lower_bound" FLOAT,
"upper_bound" FLOAT
);
CREATE TABLE owid_igme_2 (
"country" VARCHAR,
"year" INTEGER,
"indicator" VARCHAR,
"sex" VARCHAR,
"wealth_quintile" VARCHAR,
"unit_of_measure" VARCHAR,
"obs_value" FLOAT,
"lower_bound" FLOAT,
"upper_bound" FLOAT
);
CREATE TABLE owid_igme_3 (
"country" VARCHAR,
"year" INTEGER,
"indicator" VARCHAR,
"sex" VARCHAR,
"wealth_quintile" VARCHAR,
"unit_of_measure" VARCHAR,
"obs_value" FLOAT,
"lower_bound" FLOAT,
"upper_bound" FLOAT
);
CREATE TABLE owid_igme_4 (
"country" VARCHAR,
"year" INTEGER,
"indicator" VARCHAR,
"sex" VARCHAR,
"wealth_quintile" VARCHAR,
"unit_of_measure" VARCHAR,
"observation_value" FLOAT
);
CREATE TABLE owid_igme_under_fifteen_mortality_1 (
"country" VARCHAR,
"year" INTEGER,
"indicator" VARCHAR,
"sex" VARCHAR,
"wealth_quintile" VARCHAR,
"unit_of_measure" VARCHAR,
"obs_value" FLOAT
);
CREATE TABLE owid_igme_under_fifteen_mortality_2 (
"country" VARCHAR,
"year" INTEGER,
"indicator" VARCHAR,
"sex" VARCHAR,
"wealth_quintile" VARCHAR,
"unit_of_measure" VARCHAR,
"obs_value" FLOAT
);
CREATE TABLE owid_igme_under_fifteen_mortality_3 (
"country" VARCHAR,
"year" INTEGER,
"indicator" VARCHAR,
"unit_of_measure" VARCHAR,
"observation_value" FLOAT
);
Anyone who has the link will be able to view this.