Pima Indians Diabetes Database
Predict the onset of diabetes based on diagnostic measures
@kaggle.uciml_pima_indians_diabetes_database
Predict the onset of diabetes based on diagnostic measures
@kaggle.uciml_pima_indians_diabetes_database
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.