Baselight

Africa Millennium Development Goals - MDG

Assessing Progress in Africa Toward the Millennium Development Goals

@kaggle.waalbannyantudre_africa_millennium_development_goals

Africa Millennium Development Goals
@kaggle.waalbannyantudre_africa_millennium_development_goals.africa_millennium_development_goals

  • 77.28 KB
  • 10610 rows
  • 13 columns
countryname

CountryName

country

Country

goalname

GoalName

goal

Goal

indicatorname

IndicatorName

indicator

Indicator

social_groupname

Social GroupName

social_group

Social Group

units

Units

scale

Scale

frequency

Frequency

date

Date

value

Value

Kenya25Goal 4: Reduce child mortalityKN.1000030Infant mortality rate per 1000 live births20267305Women201367051AMon Jan 01 1990 00:00:00 GMT+0000 (Coordinated Universal Time)123
Kenya25Goal 4: Reduce child mortalityKN.1000030Infant mortality rate per 1000 live births20267305Women201367051AWed Jan 01 1992 00:00:00 GMT+0000 (Coordinated Universal Time)107.2
Kenya25Goal 4: Reduce child mortalityKN.1000030Infant mortality rate per 1000 live births20267305Women201367051AMon Jan 01 1996 00:00:00 GMT+0000 (Coordinated Universal Time)108.9
Kenya25Goal 4: Reduce child mortalityKN.1000030Infant mortality rate per 1000 live births20267305Women201367051ASat Jan 01 2000 00:00:00 GMT+0000 (Coordinated Universal Time)110
Kenya25Goal 4: Reduce child mortalityKN.1000030Infant mortality rate per 1000 live births20267305Women201367051AMon Jan 01 2001 00:00:00 GMT+0000 (Coordinated Universal Time)95
Kenya25Goal 4: Reduce child mortalityKN.1000030Infant mortality rate per 1000 live births20267305Women201367051AMon Jan 01 2007 00:00:00 GMT+0000 (Coordinated Universal Time)70
Somalia44Goal 5: Improve maternal healthKN.1000040Contraceptive prevalence rate 15-4920267705Women201367051ASat Jan 01 2000 00:00:00 GMT+0000 (Coordinated Universal Time)11.7
Somalia44Goal 5: Improve maternal healthKN.1000040Contraceptive prevalence rate 15-4920267705Women201367051AMon Jan 01 2007 00:00:00 GMT+0000 (Coordinated Universal Time)14.6
Somalia44Goal 1: Eradicate extreme poverty and hungerKN.1000000Prevalence of underweight children under-five years of age (%)20266005Women201367051ASat Jan 01 2005 00:00:00 GMT+0000 (Coordinated Universal Time)26
Somalia44Goal 1: Eradicate extreme poverty and hungerKN.1000000Prevalence of underweight children under-five years of age (%)20266005Women201367051AMon Jan 01 2007 00:00:00 GMT+0000 (Coordinated Universal Time)36

CREATE TABLE africa_millennium_development_goals (
  "countryname" VARCHAR,
  "country" BIGINT,
  "goalname" VARCHAR,
  "goal" VARCHAR,
  "indicatorname" VARCHAR,
  "indicator" BIGINT,
  "social_groupname" VARCHAR,
  "social_group" BIGINT,
  "units" VARCHAR,
  "scale" BIGINT,
  "frequency" VARCHAR,
  "date" TIMESTAMP,
  "value" DOUBLE
);

Share link

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