Malnutrition Across The Globe
Data of countries from 1983-2019
@kaggle.ruchi798_malnutrition_across_the_globe
Data of countries from 1983-2019
@kaggle.ruchi798_malnutrition_across_the_globe
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
);
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
);
Anyone who has the link will be able to view this.