Medical Students Dataset
Practise Preprocessing Issues.
@kaggle.slmsshk_medical_students_dataset
Practise Preprocessing Issues.
@kaggle.slmsshk_medical_students_dataset
CREATE TABLE medical_students_dataset (
"student_id" DOUBLE,
"age" DOUBLE,
"gender" VARCHAR,
"height" DOUBLE,
"weight" DOUBLE,
"blood_type" VARCHAR,
"bmi" DOUBLE,
"temperature" DOUBLE,
"heart_rate" DOUBLE,
"blood_pressure" DOUBLE,
"cholesterol" DOUBLE,
"diabetes" VARCHAR,
"smoking" VARCHAR
);
Anyone who has the link will be able to view this.