Baselight

Maternal Mortality Ratio

@owid.maternal_mortality

Loading...
Loading...

About this Dataset

Maternal Mortality Ratio

Maternal Mortality is defined as a death of a woman while pregnant or within 42
days of termination of pregnancy, irrespective of the duration and site of pregnancy, from
any cause related or aggravated by the pregnancy or its management, but not from
accidental or incidental causes.
Maternal mortality ratio (usually abbreviated MMR) is the number of maternal deaths
during a given time period per 100,000 live births during the same time period

Tables

Maternal Mortality Ratio

@owid.maternal_mortality.owid_maternal_mortality_1
  • 37.17 KB
  • 1743 rows
  • 8 columns
Loading...

CREATE TABLE owid_maternal_mortality_1 (
  "country" VARCHAR,
  "year" INTEGER,
  "mmr" FLOAT,
  "live_births" FLOAT,
  "maternal_deaths" FLOAT,
  "number_of_women_between_15_49_years" UINTEGER,
  "mm_rate" FLOAT,
  "skilled_attendance_pct" INTEGER
);

Maternal Mortality (Gapminder/UN MMEIG, Long Run)

@owid.maternal_mortality.owid_maternal_mortality_2
  • 163.65 KB
  • 9264 rows
  • 6 columns
Loading...

CREATE TABLE owid_maternal_mortality_2 (
  "country" VARCHAR,
  "year" INTEGER,
  "maternal_deaths" UINTEGER,
  "mmr" FLOAT,
  "live_births" UINTEGER,
  "mm_rate" FLOAT
);

Trends In Maternal Mortality

@owid.maternal_mortality.owid_maternal_mortality_3
  • 314.31 KB
  • 7056 rows
  • 12 columns
Loading...

CREATE TABLE owid_maternal_mortality_3 (
  "country" VARCHAR,
  "year" INTEGER,
  "births" FLOAT,
  "hiv_related_indirect_maternal_deaths" FLOAT,
  "hiv_related_indirect_mmr" FLOAT,
  "hiv_related_indirect_percentage" FLOAT,
  "lifetime_risk" FLOAT,
  "lifetime_risk_1_in" FLOAT,
  "maternal_deaths" FLOAT,
  "mmr" FLOAT,
  "mm_rate" FLOAT,
  "pm" FLOAT
);

Share link

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