Baselight

Malnutrition Across The Globe

Data of countries from 1983-2019

@kaggle.ruchi798_malnutrition_across_the_globe

Malnutrition Estimates
@kaggle.ruchi798_malnutrition_across_the_globe.malnutrition_estimates

  • 121.52 KB
  • 924 rows
  • 20 columns
unnamed_0

Unnamed: 0

iso_code

ISO Code

country

Country

survey_year

Survey Year

year

Year

income_classification

Income Classification

ldc

LDC

lifd

LIFD

lldc_or_sid2

LLDC Or SID2

survey_sample_n

Survey Sample (N)

severe_wasting

Severe Wasting

wasting

Wasting

overweight

Overweight

stunting

Stunting

underweight

Underweight

notes

Notes

report_author

Report Author

source

Source

short_source

Short Source

u5_population_000s

U5 Population (\u0027000s)

AFGAFGHANISTAN199719971114,84618.26.553.244.9Converted estimatesCIET InternationalAfghanistan 1997 multiple indicator baseline (MICS). Report to UNICEF. Communitiy Information and Epidemiological Technologies Firm (CIET) International, 1998 (and additional analysis)MICS3838.877
1AFGAFGHANISTAN200420041119463.58.64.659.332.9nanMinistry of Public Health (Afghanistan), UNICEF, CDC, National Institute for Research on Food and Nutrition (Italy), Tufts University.Summary report of the national nutrition survey, 2004. Kabul, Islamic Republic of Afghanistan: Ministry of Public Health and UNICEF, 2005 (and additional analysis).NNS4789.353
2AFGAFGHANISTAN2013201311144,26,46949.55.340.424.6nanMinistry of Public Health, UNICEF and the Aga Khan University (AKU).Afghanistan National Nutrition Survey 2013.SMART5444.573
3AFGAFGHANISTAN20182018111nan1.65.14.138.219.1nanKIT Royal Tropical InstituteAfghanistan Health Survey 2018Other5601.443
4ALBALBANIA1996-98199727,6428.19.520.47.1Converted estimatesInstitute of Public Health, Food and Nutrition SectionNational study on nutrition in Albania. Institute of Public Health, Food and Nutrition Section, 1999 (and additional analysis).Other309.225
5ALBALBANIA2000200021,3826.212.230.139.217nanNational Institute of Statistics (Albania) and UNICEF Albania.Multiple indicator cluster survey report Albania (MICS). Committee on Women and Family, Institute of Public Health, Faculty of Social Sciences and UNICEF (Albania). Tirana, Albania: UNICEF, 2000 (and additional analysis).MICS279.835
6ALBALBANIA2005200521,0903.77.324.826.76.6nanAlbanian National Institute of Statistics.Albania multiple indicator cluster survey 2005, final report. Tirana, Albania: Albanian National Institute of Statistics, 2008 (and additional analysis).MICS219.405
7ALBALBANIA2008-09200921,4895.99.623.223.26.3nanInstitute of Statistics, Institute of Public Health [Albania] and ICF Macro.Albania demographic and health survey 2008-09. Demographic and Health Surveys. Tirana, Albania: Institute of Statistics, Institute of Public Health and ICF Macro, 2010 (and additional analysis).DHS179.312
8ALBALBANIA2017-18201722,3670.51.616.411.31.5nanInstitute of Statistics, Institute of Public Health, and ICFAlbania Demographic and Health Survey 2017-18. Tirana, Albania: Institute of Statistics, Institute of Public Health, and ICF (and additional analysis)DHS176.52200000000002
9DZAALGERIA1987198722,344416.98Converted estimatesInstitut National de Santé PubliqueEtat nutritionnel des enfants algériens de 0 à 10 ans et niveaux d'urbanisation d'après les résultats préliminaires de l'enquête épidémiologique sur la malnutrition protéino-énérgétique en 1987. Institut National de Santé Publique, Algiers; 1987.Other3955.087

CREATE TABLE malnutrition_estimates (
  "unnamed_0" BIGINT,
  "iso_code" VARCHAR,
  "country" VARCHAR,
  "survey_year" VARCHAR,
  "year" BIGINT,
  "income_classification" BIGINT,
  "ldc" DOUBLE,
  "lifd" DOUBLE,
  "lldc_or_sid2" DOUBLE,
  "survey_sample_n" VARCHAR,
  "severe_wasting" DOUBLE,
  "wasting" DOUBLE,
  "overweight" DOUBLE,
  "stunting" DOUBLE,
  "underweight" DOUBLE,
  "notes" VARCHAR,
  "report_author" VARCHAR,
  "source" VARCHAR,
  "short_source" VARCHAR,
  "u5_population_000s" DOUBLE
);

Share link

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