Body Measurements Dataset
Body Measurements Dataset
@kaggle.saurabhshahane_body_measurements_dataset
Body Measurements Dataset
@kaggle.saurabhshahane_body_measurements_dataset
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
);
Anyone who has the link will be able to view this.