Baselight

Malnutrition Across The Globe

Data of countries from 1983-2019

@kaggle.ruchi798_malnutrition_across_the_globe

Country Wise Average
@kaggle.ruchi798_malnutrition_across_the_globe.country_wise_average

  • 14.11 KB
  • 152 rows
  • 8 columns
country

Country

income_classification

Income Classification

severe_wasting

Severe Wasting

wasting

Wasting

overweight

Overweight

stunting

Stunting

underweight

Underweight

u5_population_000s

U5 Population (\u0027000s)

AFGHANISTAN3.03333333333333310.355.12547.77500000000000630.3754918.5615
ALBANIA24.0757.7620.824.167.7232.8598
ALGERIA22.7333333333333335.94285714285714312.83333333333333419.5714285714285737.34285714285714253565.213142857144
ANGOLA12.46.9333333333333332.5542.6333333333333323.6000000000000053980.054
ARGENTINA20.22.150000000000000411.12510.0252.63613.65175
ARMENIA21.63.9413.6216.1199999999999973.4800000000000004204.1452
AUSTRALIA313.87510.11443.0745
AZERBAIJAN22.5755.4333333333333349.18333333333333421.8166666666666638.083333333333334740.5016666666667
BAHRAIN36.6999999999999997.513.756.94999999999999963.371
BANGLADESH12.81363636363636414.53750.962500000000000254.2291666666666646.2666666666666615837.4275

CREATE TABLE country_wise_average (
  "country" VARCHAR,
  "income_classification" DOUBLE,
  "severe_wasting" DOUBLE,
  "wasting" DOUBLE,
  "overweight" DOUBLE,
  "stunting" DOUBLE,
  "underweight" DOUBLE,
  "u5_population_000s" DOUBLE
);

Share link

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