Baselight

BMI Dataset

Predicting the BMI with help of various attributes.

@kaggle.yasserh_bmidataset

Bmi
@kaggle.yasserh_bmidataset.bmi

  • 5.06 KB
  • 500 rows
  • 4 columns
gender

Gender

height

Height

weight

Weight

index

Index

Male174964
Male189872
Female1851104
Female1951043
Male149613
Male1891043
Male147925
Male1541115
Male174903
Female1691034

CREATE TABLE bmi (
  "gender" VARCHAR,
  "height" BIGINT,
  "weight" BIGINT,
  "index" BIGINT
);

Share link

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