Baselight

Malaria

Malaria is not good. :(

@kaggle.programmerrdai_malaria

Malaria Deaths Comparisons
@kaggle.programmerrdai_malaria.malaria_deaths_comparisons

  • 428.81 KB
  • 56479 rows
  • 7 columns
entity

Entity

code

Code

year

Year

deaths_malaria_sex_both_age_all_ages_number

Deaths - Malaria - Sex: Both - Age: All Ages (Number)

indicator_estimated_number_of_malaria_deaths

Indicator:Estimated Number Of Malaria Deaths

population_historical_estimates

Population (historical Estimates)

continent

Continent

AbkhaziaOWID_ABK2015nanAsia
AfghanistanAFG199093nan12412311nan
AfghanistanAFG1991189nan13299016nan
AfghanistanAFG1992239nan14485543nan
AfghanistanAFG1993108nan15816601nan
AfghanistanAFG1994211nan17075728nan
AfghanistanAFG1995175nan18110662nan
AfghanistanAFG1996175nan18853444nan
AfghanistanAFG1997240nan19357126nan
AfghanistanAFG1998563nan19737770nan

CREATE TABLE malaria_deaths_comparisons (
  "entity" VARCHAR,
  "code" VARCHAR,
  "year" BIGINT,
  "deaths_malaria_sex_both_age_all_ages_number" DOUBLE,
  "indicator_estimated_number_of_malaria_deaths" VARCHAR,
  "population_historical_estimates" DOUBLE,
  "continent" VARCHAR
);

Share link

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