Baselight

Human Height

What does a tall person do when they see an airplane coming? Duck.

@kaggle.programmerrdai_human_height

Loading...
Loading...

About this Dataset

Human Height

Humans are the most abundant and widespread species of primate, characterized by bipedalism and large, complex brains. This has enabled the development of advanced tools, culture, and language. Wikipedia
Higher classification: Homo
Rank: Species
Scientific name: Homo sapiens
Order: Primates
Height: 1.7 m (Male), 1.6 m (Female)
Speed: 13 km/h (Male, Running), 10 km/h (Female, Running)

@article{owidhumanheight,
author = {Max Roser and Cameron Appel and Hannah Ritchie},
title = {Human Height},
journal = {Our World in Data},
year = {2013},
note = {https://ourworldindata.org/human-height}
}

Tables

Absolute Gains In Mean Female Height

@kaggle.programmerrdai_human_height.absolute_gains_in_mean_female_height
  • 8.6 KB
  • 208 rows
  • 4 columns
Loading...

CREATE TABLE absolute_gains_in_mean_female_height (
  "entity" VARCHAR,
  "code" VARCHAR,
  "year" BIGINT,
  "change_in_female_height_cm" DOUBLE
);

Annual Change In Average Female Height

@kaggle.programmerrdai_human_height.annual_change_in_average_female_height
  • 138.82 KB
  • 20800 rows
  • 4 columns
Loading...

CREATE TABLE annual_change_in_average_female_height (
  "entity" VARCHAR,
  "code" VARCHAR,
  "year" BIGINT,
  "year_on_year_change_in_female_height" DOUBLE
);

Annual Change In Average Male Height

@kaggle.programmerrdai_human_height.annual_change_in_average_male_height
  • 126.13 KB
  • 20800 rows
  • 4 columns
Loading...

CREATE TABLE annual_change_in_average_male_height (
  "entity" VARCHAR,
  "code" VARCHAR,
  "year" BIGINT,
  "year_on_year_change_in_male_height" DOUBLE
);

Average Height By Year Of Birth

@kaggle.programmerrdai_human_height.average_height_by_year_of_birth
  • 415.86 KB
  • 21008 rows
  • 5 columns
Loading...

CREATE TABLE average_height_by_year_of_birth (
  "entity" VARCHAR,
  "code" VARCHAR,
  "year" BIGINT,
  "mean_male_height_cm" DOUBLE,
  "mean_female_height_cm" DOUBLE
);

Average Height Of Men For Selected Countries

@kaggle.programmerrdai_human_height.average_height_of_men_for_selected_countries
  • 9.62 KB
  • 1250 rows
  • 4 columns
Loading...

CREATE TABLE average_height_of_men_for_selected_countries (
  "entity" VARCHAR,
  "code" VARCHAR,
  "year" BIGINT,
  "human_height_university_of_tuebingen_2015" DOUBLE
);

Average Height Of Men

@kaggle.programmerrdai_human_height.average_height_of_men
  • 212.46 KB
  • 21008 rows
  • 4 columns
Loading...

CREATE TABLE average_height_of_men (
  "entity" VARCHAR,
  "code" VARCHAR,
  "year" BIGINT,
  "mean_male_height_cm" DOUBLE
);

Average Height Of Women

@kaggle.programmerrdai_human_height.average_height_of_women
  • 212.48 KB
  • 21008 rows
  • 4 columns
Loading...

CREATE TABLE average_height_of_women (
  "entity" VARCHAR,
  "code" VARCHAR,
  "year" BIGINT,
  "mean_female_height_cm" DOUBLE
);

Change In Male Height Slope

@kaggle.programmerrdai_human_height.change_in_male_height_slope
  • 217.71 KB
  • 21293 rows
  • 5 columns
Loading...

CREATE TABLE change_in_male_height_slope (
  "entity" VARCHAR,
  "code" VARCHAR,
  "year" BIGINT,
  "mean_male_height_cm" DOUBLE,
  "continent" VARCHAR
);

Child Mortality Rate Vs Mean Male Height Cm

@kaggle.programmerrdai_human_height.child_mortality_rate_vs_mean_male_height_cm
  • 252.71 KB
  • 26202 rows
  • 6 columns
Loading...

CREATE TABLE child_mortality_rate_vs_mean_male_height_cm (
  "entity" VARCHAR,
  "code" VARCHAR,
  "year" BIGINT,
  "mortality_rate_under_5_per_1_000_live_births" DOUBLE,
  "mean_male_height_cm" DOUBLE,
  "continent" VARCHAR
);

Human Development Index Vs Mean Male Height

@kaggle.programmerrdai_human_height.human_development_index_vs_mean_male_height
  • 230.22 KB
  • 24885 rows
  • 6 columns
Loading...

CREATE TABLE human_development_index_vs_mean_male_height (
  "entity" VARCHAR,
  "code" VARCHAR,
  "year" BIGINT,
  "human_development_index_undp" DOUBLE,
  "mean_male_height_cm" DOUBLE,
  "continent" VARCHAR
);

Increase Male Vs Female Height

@kaggle.programmerrdai_human_height.increase_male_vs_female_height
  • 14.29 KB
  • 493 rows
  • 6 columns
Loading...

CREATE TABLE increase_male_vs_female_height (
  "entity" VARCHAR,
  "code" VARCHAR,
  "year" BIGINT,
  "change_in_male_height" DOUBLE,
  "change_in_female_height" DOUBLE,
  "continent" VARCHAR
);

Male To Female Height Ratio

@kaggle.programmerrdai_human_height.male_to_female_height_ratio
  • 212.51 KB
  • 21008 rows
  • 4 columns
Loading...

CREATE TABLE male_to_female_height_ratio (
  "entity" VARCHAR,
  "code" VARCHAR,
  "year" BIGINT,
  "male_to_female_height_ratio" DOUBLE
);

Mean Height Males Vs Females

@kaggle.programmerrdai_human_height.mean_height_males_vs_females
  • 422.1 KB
  • 21293 rows
  • 6 columns
Loading...

CREATE TABLE mean_height_males_vs_females (
  "entity" VARCHAR,
  "code" VARCHAR,
  "year" BIGINT,
  "mean_male_height_cm" DOUBLE,
  "mean_female_height_cm" DOUBLE,
  "continent" VARCHAR
);

Share Of Calories From Animal Protein Vs Mean Male Height

@kaggle.programmerrdai_human_height.share_of_calories_from_animal_protein_vs_mean_male_height
  • 256.11 KB
  • 24479 rows
  • 6 columns
Loading...

CREATE TABLE share_of_calories_from_animal_protein_vs_mean_male_height (
  "entity" VARCHAR,
  "code" VARCHAR,
  "year" BIGINT,
  "calories_from_animal_protein_fao_2017" DOUBLE,
  "mean_male_height_cm" DOUBLE,
  "continent" VARCHAR
);

Share link

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