Diabetes Dataset
Comprehensive Diabetes Dataset with Genetic, Environmental, and Lifestyle Factor
@kaggle.ankitbatra1210_diabetes_dataset
Comprehensive Diabetes Dataset with Genetic, Environmental, and Lifestyle Factor
@kaggle.ankitbatra1210_diabetes_dataset
CREATE TABLE diabetes_dataset00 (
"target" VARCHAR,
"genetic_markers" VARCHAR,
"autoantibodies" VARCHAR,
"family_history" VARCHAR,
"environmental_factors" VARCHAR,
"insulin_levels" BIGINT,
"age" BIGINT,
"bmi" BIGINT,
"physical_activity" VARCHAR,
"dietary_habits" VARCHAR,
"blood_pressure" BIGINT,
"cholesterol_levels" BIGINT,
"waist_circumference" BIGINT,
"blood_glucose_levels" BIGINT,
"ethnicity" VARCHAR,
"socioeconomic_factors" VARCHAR,
"smoking_status" VARCHAR,
"alcohol_consumption" VARCHAR,
"glucose_tolerance_test" VARCHAR,
"history_of_pcos" VARCHAR,
"previous_gestational_diabetes" VARCHAR,
"pregnancy_history" VARCHAR,
"weight_gain_during_pregnancy" BIGINT,
"pancreatic_health" BIGINT,
"pulmonary_function" BIGINT,
"cystic_fibrosis_diagnosis" VARCHAR,
"steroid_use_history" VARCHAR,
"genetic_testing" VARCHAR,
"neurological_assessments" BIGINT,
"liver_function_tests" VARCHAR,
"digestive_enzyme_levels" BIGINT,
"urine_test" VARCHAR,
"birth_weight" BIGINT,
"early_onset_symptoms" VARCHAR
);
Anyone who has the link will be able to view this.