Baselight

Diabetes Dataset

Comprehensive Diabetes Dataset with Genetic, Environmental, and Lifestyle Factor

@kaggle.ankitbatra1210_diabetes_dataset

Diabetes Dataset00
@kaggle.ankitbatra1210_diabetes_dataset.diabetes_dataset00

  • 1.01 MB
  • 70000 rows
  • 34 columns
target

Target

genetic_markers

Genetic Markers

autoantibodies

Autoantibodies

family_history

Family History

environmental_factors

Environmental Factors

insulin_levels

Insulin Levels

age

Age

bmi

BMI

physical_activity

Physical Activity

dietary_habits

Dietary Habits

blood_pressure

Blood Pressure

cholesterol_levels

Cholesterol Levels

waist_circumference

Waist Circumference

blood_glucose_levels

Blood Glucose Levels

ethnicity

Ethnicity

socioeconomic_factors

Socioeconomic Factors

smoking_status

Smoking Status

alcohol_consumption

Alcohol Consumption

glucose_tolerance_test

Glucose Tolerance Test

history_of_pcos

History Of PCOS

previous_gestational_diabetes

Previous Gestational Diabetes

pregnancy_history

Pregnancy History

weight_gain_during_pregnancy

Weight Gain During Pregnancy

pancreatic_health

Pancreatic Health

pulmonary_function

Pulmonary Function

cystic_fibrosis_diagnosis

Cystic Fibrosis Diagnosis

steroid_use_history

Steroid Use History

genetic_testing

Genetic Testing

neurological_assessments

Neurological Assessments

liver_function_tests

Liver Function Tests

digestive_enzyme_levels

Digestive Enzyme Levels

urine_test

Urine Test

birth_weight

Birth Weight

early_onset_symptoms

Early Onset Symptoms

Steroid-Induced DiabetesPositiveNegativeNoPresent404438HighHealthy12420150168Low RiskMediumSmokerHighNormalNoNoNormal183676NoNoPositive3Normal56Ketones Present2629No
Neonatal Diabetes Mellitus (NDM)PositiveNegativeNoPresent13117HighHealthy7312124178Low RiskHighNon-SmokerModerateNormalYesNoNormal82660YesNoNegative1Normal28Glucose Present1881Yes
PrediabeticPositivePositiveYesPresent273624HighUnhealthy12118536105Low RiskMediumSmokerHighAbnormalYesNoNormal155680YesNoNegative1Abnormal55Ketones Present3622Yes
Type 1 DiabetesNegativePositiveNoPresent8716LowUnhealthy10015129121Low RiskHighSmokerModerateAbnormalNoYesNormal124989YesNoPositive2Abnormal60Ketones Present3542No
Wolfram SyndromeNegativeNegativeYesPresent171017HighHealthy10314633289Low RiskLowSmokerModerateNormalNoYesComplications21041NoNoPositive1Normal24Protein Present1770No
LADAPositiveNegativeYesPresent174126ModerateHealthy12720832142Low RiskLowNon-SmokerLowAbnormalNoNoNormal114085YesNoNegative2Normal52Ketones Present3835Yes
Type 2 DiabetesNegativeNegativeNoAbsent293031ModerateHealthy11523743186High RiskHighNon-SmokerLowNormalNoYesNormal156264YesYesNegative3Abnormal96Ketones Present4426No
Wolcott-Rallison SyndromePositiveNegativeNoAbsent10318LowUnhealthy8015729206High RiskLowSmokerLowNormalYesYesNormal41344YesNoNegative1Normal29Ketones Present1644Yes
Secondary DiabetesNegativePositiveNoAbsent474725HighHealthy13818540160Low RiskHighSmokerLowNormalNoNoComplications309171NoYesPositive3Normal74Ketones Present3721No
Secondary DiabetesPositiveNegativeYesPresent217224LowUnhealthy13625936192High RiskHighNon-SmokerLowAbnormalNoNoNormal338669YesYesPositive2Abnormal42Protein Present4206No

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
);

Share link

Anyone who has the link will be able to view this.