Baselight

Malaria

Malaria is not good. :(

@kaggle.programmerrdai_malaria

Malaria Prevalence Vs Gdp Per Capita
@kaggle.programmerrdai_malaria.malaria_prevalence_vs_gdp_per_capita

  • 485.42 KB
  • 56810 rows
  • 7 columns
entity

Entity

code

Code

year

Year

prevalence_malaria_sex_both_age_age_standardized_percent

Prevalence - Malaria - Sex: Both - Age: Age-standardized (Percent)

gdp_per_capita_ppp_constant_2017_international

GDP Per Capita, PPP (constant 2017 International $)

population_historical_estimates

Population (historical Estimates)

continent

Continent

AbkhaziaOWID_ABK2015Asia
AfghanistanAFG19901.7831676159318312412311nan
AfghanistanAFG19911.6203493564808913299016nan
AfghanistanAFG19921.4703337809045314485543nan
AfghanistanAFG19931.3380126952444415816601nan
AfghanistanAFG19941.2284506880893617075728nan
AfghanistanAFG19951.1467708420181918110662nan
AfghanistanAFG19961.0802148479476718853444nan
AfghanistanAFG19971.0168705383925119357126nan
AfghanistanAFG19980.963081866700219737770nan

CREATE TABLE malaria_prevalence_vs_gdp_per_capita (
  "entity" VARCHAR,
  "code" VARCHAR,
  "year" BIGINT,
  "prevalence_malaria_sex_both_age_age_standardized_percent" DOUBLE,
  "gdp_per_capita_ppp_constant_2017_international" DOUBLE,
  "population_historical_estimates" DOUBLE,
  "continent" VARCHAR
);

Share link

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