World Population Data
Data of Height, Weight, IQ, Quality of Life etc. of World Population.
@kaggle.madhurpant_world_population_data
Data of Height, Weight, IQ, Quality of Life etc. of World Population.
@kaggle.madhurpant_world_population_data
CREATE TABLE height_weight_data (
"country" VARCHAR,
"male_height" BIGINT,
"female_height" BIGINT,
"male_weight" DOUBLE,
"female_weight" DOUBLE,
"male_bmi" DOUBLE,
"female_bmi" DOUBLE
);
Anyone who has the link will be able to view this.