Baselight

Body Measurements Dataset

Body Measurements Dataset

@kaggle.saurabhshahane_body_measurements_dataset

Body Measurements Original Csv
@kaggle.saurabhshahane_body_measurements_dataset.body_measurements_original_csv

  • 17.24 KB
  • 716 rows
  • 13 columns
gender

Gender

age

Age

headcircumference

HeadCircumference

shoulderwidth

ShoulderWidth

chestwidth

ChestWidth

belly

Belly

waist

Waist

hips

Hips

armlength

ArmLength

shouldertowaist

ShoulderToWaist

waisttoknee

WaistToKnee

leglength

LegLength

totalheight

TotalHeight

1302218201814222225252252
1281922171821252823252056
2272118161410152118141853
1292020181119142421202145
2281614181311302522321347
2221719181416182024211960
2182517161712282325141849
2261815191723271919191958
1231616201822181526201940
1311520281891171621211955

CREATE TABLE body_measurements_original_csv (
  "gender" DOUBLE,
  "age" BIGINT,
  "headcircumference" BIGINT,
  "shoulderwidth" BIGINT,
  "chestwidth" BIGINT,
  "belly" BIGINT,
  "waist" BIGINT,
  "hips" BIGINT,
  "armlength" BIGINT,
  "shouldertowaist" BIGINT,
  "waisttoknee" BIGINT,
  "leglength" BIGINT,
  "totalheight" BIGINT
);