Predict Diabetes
Analysis Diabetes Database
@kaggle.whenamancodes_predict_diabities
Analysis Diabetes Database
@kaggle.whenamancodes_predict_diabities
CREATE TABLE diabetes (
"pregnancies" BIGINT,
"glucose" BIGINT,
"bloodpressure" BIGINT,
"skinthickness" BIGINT,
"insulin" BIGINT,
"bmi" DOUBLE,
"diabetespedigreefunction" DOUBLE,
"age" BIGINT,
"outcome" BIGINT
);
Anyone who has the link will be able to view this.