BMI Dataset
Predicting the BMI with help of various attributes.
@kaggle.yasserh_bmidataset
Predicting the BMI with help of various attributes.
@kaggle.yasserh_bmidataset
CREATE TABLE bmi (
"gender" VARCHAR,
"height" BIGINT,
"weight" BIGINT,
"index" BIGINT
);
Anyone who has the link will be able to view this.