Comprehensive Diabetes Clinical Dataset(100k Rows)
100,000 Diabetes Dataset for Predictive Modeling and Health Analytics
@kaggle.priyamchoksi_100000_diabetes_clinical_dataset
100,000 Diabetes Dataset for Predictive Modeling and Health Analytics
@kaggle.priyamchoksi_100000_diabetes_clinical_dataset
Detailed dataset comprising health and demographic data of 100,000 individuals, aimed at facilitating diabetes-related research and predictive modeling. This dataset includes information on gender, age, location, race, hypertension, heart disease, smoking history, BMI, HbA1c level, blood glucose level, and diabetes status.
This dataset can be used for various analytical and machine learning purposes, such as:
CREATE TABLE diabetes_dataset (
"year" BIGINT,
"gender" VARCHAR,
"age" DOUBLE,
"location" VARCHAR,
"race_africanamerican" BIGINT,
"race_asian" BIGINT,
"race_caucasian" BIGINT,
"race_hispanic" BIGINT,
"race_other" BIGINT,
"hypertension" BIGINT,
"heart_disease" BIGINT,
"smoking_history" VARCHAR,
"bmi" DOUBLE,
"hba1c_level" DOUBLE,
"blood_glucose_level" BIGINT,
"diabetes" BIGINT
);Anyone who has the link will be able to view this.