Baselight

Global Health Observatory - World Health Organization

@owid.gho

Loading...
Loading...

About this Dataset

Global Health Observatory - World Health Organization

The GHO data repository is WHO's gateway to health-related statistics for its 194 Member States. It provides access to over 1000 indicators on priority health topics including mortality and burden of diseases, the Millennium Development Goals (child nutrition, child health, maternal and reproductive health, immunization, HIV/AIDS, tuberculosis, malaria, neglected diseases, water and sanitation), non communicable diseases and risk factors, epidemic-prone diseases, health systems, environmental health, violence and injuries, equity among others.

Tables

Nqx - Probability Of Dying Between Ages X And X+n

@owid.gho.owid_nqx_probability_of_dying_between_ages_x_and_xplusn_2
  • 739.39 kB
  • 240,768 rows
  • 8 columns
Loading...
CREATE TABLE owid_nqx_probability_of_dying_between_ages_x_and_xplusn_2 (
  "year" INTEGER,
  "country" VARCHAR,
  "sex" VARCHAR,
  "age_group" VARCHAR,
  "nqx_probability_of_dying_between_ages_x_and_xplusn" FLOAT  -- Nqx, Probability Of Dying Between Ages X And Xplusn,
  "nqx_probability_of_dying_between_ages_x_and_xplusn_low" VARCHAR  -- Nqx, Probability Of Dying Between Ages X And Xplusn Low,
  "nqx_probability_of_dying_between_ages_x_and_xplusn_high" VARCHAR  -- Nqx, Probability Of Dying Between Ages X And Xplusn High,
  "comments" VARCHAR
);

Number Of Biomedical Engineers

@owid.gho.owid_number_of_biomedical_engineers_1
  • 6.75 kB
  • 139 rows
  • 4 columns
Loading...
CREATE TABLE owid_number_of_biomedical_engineers_1 (
  "year" INTEGER,
  "country" VARCHAR,
  "number_of_biomedical_engineers" UINTEGER,
  "comments" VARCHAR
);

Number Of Biomedical Engineers

@owid.gho.owid_number_of_biomedical_engineers_2
  • 7.76 kB
  • 139 rows
  • 6 columns
Loading...
CREATE TABLE owid_number_of_biomedical_engineers_2 (
  "year" INTEGER,
  "country" VARCHAR,
  "number_of_biomedical_engineers" UINTEGER,
  "number_of_biomedical_engineers_low" VARCHAR,
  "number_of_biomedical_engineers_high" VARCHAR,
  "comments" VARCHAR
);

Number Of Biomedical Technicians

@owid.gho.owid_number_of_biomedical_technicians_1
  • 6.31 kB
  • 30 rows
  • 4 columns
Loading...
CREATE TABLE owid_number_of_biomedical_technicians_1 (
  "year" INTEGER,
  "country" VARCHAR,
  "number_of_biomedical_technicians" UINTEGER,
  "comments" VARCHAR
);

Number Of Biomedical Technicians

@owid.gho.owid_number_of_biomedical_technicians_2
  • 6.3 kB
  • 30 rows
  • 6 columns
Loading...
CREATE TABLE owid_number_of_biomedical_technicians_2 (
  "year" INTEGER,
  "country" VARCHAR,
  "number_of_biomedical_technicians" UINTEGER,
  "number_of_biomedical_technicians_low" VARCHAR,
  "number_of_biomedical_technicians_high" VARCHAR,
  "comments" VARCHAR
);

Number Of Cases Of Cutaneous Leishmaniasis Reported

@owid.gho.owid_number_of_cases_of_cutaneous_leishmaniasis_reported_1
  • 10.34 kB
  • 1,083 rows
  • 4 columns
Loading...
CREATE TABLE owid_number_of_cases_of_cutaneous_leishmaniasis_reported_1 (
  "year" INTEGER,
  "country" VARCHAR,
  "number_of_cases_of_cutaneous_leishmaniasis_reported" UINTEGER,
  "comments" VARCHAR
);

Number Of Cases Of Cutaneous Leishmaniasis Reported

@owid.gho.owid_number_of_cases_of_cutaneous_leishmaniasis_reported_2
  • 12.41 kB
  • 1,150 rows
  • 6 columns
Loading...
CREATE TABLE owid_number_of_cases_of_cutaneous_leishmaniasis_reported_2 (
  "year" INTEGER,
  "country" VARCHAR,
  "number_of_cases_of_cutaneous_leishmaniasis_reported" UINTEGER,
  "number_of_cases_of_cutaneous_leishmaniasis_reported_low" VARCHAR,
  "number_of_cases_of_cutaneous_leishmaniasis_reported_high" VARCHAR,
  "comments" VARCHAR
);

Number Of Cases Of Visceral Leishmaniasis Reported

@owid.gho.owid_number_of_cases_of_visceral_leishmaniasis_reported_1
  • 7.48 kB
  • 1,050 rows
  • 3 columns
Loading...
CREATE TABLE owid_number_of_cases_of_visceral_leishmaniasis_reported_1 (
  "year" INTEGER,
  "country" VARCHAR,
  "number_of_cases_of_visceral_leishmaniasis_reported" INTEGER
);

Number Of Cases Of Visceral Leishmaniasis Reported

@owid.gho.owid_number_of_cases_of_visceral_leishmaniasis_reported_2
  • 9.99 kB
  • 1,105 rows
  • 6 columns
Loading...
CREATE TABLE owid_number_of_cases_of_visceral_leishmaniasis_reported_2 (
  "year" INTEGER,
  "country" VARCHAR,
  "number_of_cases_of_visceral_leishmaniasis_reported" INTEGER,
  "number_of_cases_of_visceral_leishmaniasis_reported_low" VARCHAR,
  "number_of_cases_of_visceral_leishmaniasis_reported_high" VARCHAR,
  "comments" VARCHAR
);

Number Of Cases Of Yaws Reported

@owid.gho.owid_number_of_cases_of_yaws_reported_1
  • 3.76 kB
  • 74 rows
  • 3 columns
Loading...
CREATE TABLE owid_number_of_cases_of_yaws_reported_1 (
  "year" INTEGER,
  "country" VARCHAR,
  "number_of_cases_of_yaws_reported" UINTEGER
);

Number Of Cases Of Yaws Reported

@owid.gho.owid_number_of_cases_of_yaws_reported_2
  • 6.12 kB
  • 74 rows
  • 6 columns
Loading...
CREATE TABLE owid_number_of_cases_of_yaws_reported_2 (
  "year" INTEGER,
  "country" VARCHAR,
  "number_of_cases_of_yaws_reported" UINTEGER,
  "number_of_cases_of_yaws_reported_low" INTEGER,
  "number_of_cases_of_yaws_reported_high" INTEGER,
  "comments" INTEGER
);

Number Of Children Aged 6-59 Months With Anaemia (thousands)

@owid.gho.owid_number_of_children_aged_6_59_months_with_anaemia__6069824b
  • 80.15 kB
  • 20,700 rows
  • 5 columns
Loading...
CREATE TABLE owid_number_of_children_aged_6_59_months_with_anaemia__6069824b (
  "year" INTEGER,
  "country" VARCHAR,
  "sex" VARCHAR,
  "severity" VARCHAR,
  "number_of_children_aged_6_59_months_with_anaemia_thousands" FLOAT  -- Number Of Children Aged 6–59 Months With Anaemia, Thousands
);

Number Of Children Aged 6-59 Months With Anaemia (thousands)

@owid.gho.owid_number_of_children_aged_6_59_months_with_anaemia__d677b622
  • 188.47 kB
  • 20,700 rows
  • 8 columns
Loading...
CREATE TABLE owid_number_of_children_aged_6_59_months_with_anaemia__d677b622 (
  "year" INTEGER,
  "country" VARCHAR,
  "sex" VARCHAR,
  "severity" VARCHAR,
  "number_of_children_aged_6_59_months_with_anaemia_thousands" FLOAT  -- Number Of Children Aged 6–59 Months With Anaemia, Thousands,
  "number_of_children_aged_6_59_months_with_anaemia_thousands_low" FLOAT  -- Number Of Children Aged 6–59 Months With Anaemia, Thousands Low,
  "number_of_children_aged_6_59_months_with_anaemia_thousands_high" FLOAT  -- Number Of Children Aged 6–59 Months With Anaemia, Thousands High,
  "comments" VARCHAR
);

Number Of Confirmed Malaria Cases

@owid.gho.owid_number_of_confirmed_malaria_cases_1
  • 16.99 kB
  • 2,298 rows
  • 3 columns
Loading...
CREATE TABLE owid_number_of_confirmed_malaria_cases_1 (
  "year" INTEGER,
  "country" VARCHAR,
  "number_of_confirmed_malaria_cases" UINTEGER
);

Number Of Confirmed Malaria Cases

@owid.gho.owid_number_of_confirmed_malaria_cases_2
  • 11.8 kB
  • 936 rows
  • 6 columns
Loading...
CREATE TABLE owid_number_of_confirmed_malaria_cases_2 (
  "year" INTEGER,
  "country" VARCHAR,
  "number_of_confirmed_malaria_cases" UINTEGER,
  "number_of_confirmed_malaria_cases_low" VARCHAR,
  "number_of_confirmed_malaria_cases_high" VARCHAR,
  "comments" VARCHAR
);

Number Of Confirmed Yaws Cases Reported

@owid.gho.owid_number_of_confirmed_yaws_cases_reported_1
  • 4.42 kB
  • 63 rows
  • 3 columns
Loading...
CREATE TABLE owid_number_of_confirmed_yaws_cases_reported_1 (
  "year" INTEGER,
  "country" VARCHAR,
  "number_of_confirmed_yaws_cases_reported" INTEGER
);

Number Of Confirmed Yaws Cases Reported

@owid.gho.owid_number_of_confirmed_yaws_cases_reported_2
  • 6.04 kB
  • 70 rows
  • 6 columns
Loading...
CREATE TABLE owid_number_of_confirmed_yaws_cases_reported_2 (
  "year" INTEGER,
  "country" VARCHAR,
  "number_of_confirmed_yaws_cases_reported" INTEGER,
  "number_of_confirmed_yaws_cases_reported_low" VARCHAR,
  "number_of_confirmed_yaws_cases_reported_high" VARCHAR,
  "comments" VARCHAR
);

Number Of Deaths Among Children Ages 10 To 14 Years

@owid.gho.owid_number_of_deaths_among_children_ages_10_to_14_years_1
  • 58.95 kB
  • 19,776 rows
  • 4 columns
Loading...
CREATE TABLE owid_number_of_deaths_among_children_ages_10_to_14_years_1 (
  "year" INTEGER,
  "country" VARCHAR,
  "sex" VARCHAR,
  "number_of_deaths_among_children_ages_10_to_14_years" UINTEGER
);

Number Of Deaths Among Children Ages 10 To 14 Years

@owid.gho.owid_number_of_deaths_among_children_ages_10_to_14_years_2
  • 157.7 kB
  • 19,776 rows
  • 7 columns
Loading...
CREATE TABLE owid_number_of_deaths_among_children_ages_10_to_14_years_2 (
  "year" INTEGER,
  "country" VARCHAR,
  "sex" VARCHAR,
  "number_of_deaths_among_children_ages_10_to_14_years" UINTEGER,
  "number_of_deaths_among_children_ages_10_to_14_years_low" UINTEGER,
  "number_of_deaths_among_children_ages_10_to_14_years_high" UINTEGER,
  "comments" VARCHAR
);

Number Of Deaths Among Children Ages 5 To 9 Years

@owid.gho.owid_number_of_deaths_among_children_ages_5_to_9_years_1
  • 63.03 kB
  • 19,776 rows
  • 4 columns
Loading...
CREATE TABLE owid_number_of_deaths_among_children_ages_5_to_9_years_1 (
  "year" INTEGER,
  "country" VARCHAR,
  "sex" VARCHAR,
  "number_of_deaths_among_children_ages_5_to_9_years" UINTEGER
);

Number Of Deaths Among Children Ages 5 To 9 Years

@owid.gho.owid_number_of_deaths_among_children_ages_5_to_9_years_2
  • 201.23 kB
  • 22,236 rows
  • 8 columns
Loading...
CREATE TABLE owid_number_of_deaths_among_children_ages_5_to_9_years_2 (
  "year" INTEGER,
  "country" VARCHAR,
  "sex" VARCHAR,
  "age_group" VARCHAR,
  "number_of_deaths_among_children_ages_5_to_9_years" UINTEGER,
  "number_of_deaths_among_children_ages_5_to_9_years_low" UINTEGER,
  "number_of_deaths_among_children_ages_5_to_9_years_high" UINTEGER,
  "comments" VARCHAR
);

Number Of Deaths Among Children Under-five

@owid.gho.owid_number_of_deaths_among_children_under_five_1
  • 145.84 kB
  • 34,194 rows
  • 4 columns
Loading...
CREATE TABLE owid_number_of_deaths_among_children_under_five_1 (
  "year" INTEGER,
  "country" VARCHAR,
  "sex" VARCHAR,
  "number_of_deaths_among_children_under_five" UINTEGER
);

Number Of Deaths Among Children Under-five

@owid.gho.owid_number_of_deaths_among_children_under_five_2
  • 638.94 kB
  • 55,714 rows
  • 9 columns
Loading...
CREATE TABLE owid_number_of_deaths_among_children_under_five_2 (
  "year" INTEGER,
  "country" VARCHAR,
  "sex" VARCHAR,
  "age_group" VARCHAR,
  "wealth_quintile" VARCHAR,
  "number_of_deaths_among_children_under_five" UINTEGER,
  "number_of_deaths_among_children_under_five_low" UINTEGER,
  "number_of_deaths_among_children_under_five_high" UINTEGER,
  "comments" VARCHAR
);

Number Of Deaths Attributed To Non-communicable Diseases, By Type Of Disease And Sex

@owid.gho.owid_number_of_deaths_attributed_to_non_communicable_d_b7d0cfee
  • 281 kB
  • 45,360 rows
  • 5 columns
Loading...
CREATE TABLE owid_number_of_deaths_attributed_to_non_communicable_d_b7d0cfee (
  "year" INTEGER,
  "country" VARCHAR,
  "sex" VARCHAR,
  "causes" VARCHAR,
  "number_of_deaths_attributed_to_non_communicable_diseas_7e982ef4" FLOAT  -- Number Of Deaths Attributed To Non Communicable Diseases, By Type Of Disease And Sex
);

Number Of Deaths Attributed To Non-communicable Diseases, By Type Of Disease And Sex

@owid.gho.owid_number_of_deaths_attributed_to_non_communicable_d_f1a9b561
  • 832.22 kB
  • 45,600 rows
  • 8 columns
Loading...
CREATE TABLE owid_number_of_deaths_attributed_to_non_communicable_d_f1a9b561 (
  "year" INTEGER,
  "country" VARCHAR,
  "sex" VARCHAR,
  "causes" VARCHAR,
  "number_of_deaths_attributed_to_non_communicable_diseas_7e982ef4" FLOAT  -- Number Of Deaths Attributed To Non Communicable Diseases, By Type Of Disease And Sex,
  "number_of_deaths_attributed_to_non_communicable_diseas_79ce273e" FLOAT  -- Number Of Deaths Attributed To Non Communicable Diseases, By Type Of Disease And Sex Low,
  "number_of_deaths_attributed_to_non_communicable_diseas_dd439f1a" FLOAT  -- Number Of Deaths Attributed To Non Communicable Diseases, By Type Of Disease And Sex High,
  "comments" VARCHAR
);

Share link

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