Baselight

Diabetes, Hypertension And Stroke Prediction

70,692 survey responses from cleaned BRFSS 2015

@kaggle.prosperchuks_health_dataset

Stroke Data
@kaggle.prosperchuks_health_dataset.stroke_data

  • 185.27 KB
  • 40910 rows
  • 11 columns
sex

Sex

age

Age

hypertension

Hypertension

heart_disease

Heart Disease

ever_married

Ever Married

work_type

Work Type

residence_type

Residence Type

avg_glucose_level

Avg Glucose Level

bmi

Bmi

smoking_status

Smoking Status

stroke

Stroke

1631141228.6936.611
142114105.9232.51
61141171.2334.411
141113174.12241
185141186.212911
155111470.0927.41
824194.3922.81
1711480.4329.71
131112120.4636.811
55141104.5127.311

CREATE TABLE stroke_data (
  "sex" DOUBLE,
  "age" DOUBLE,
  "hypertension" BIGINT,
  "heart_disease" BIGINT,
  "ever_married" BIGINT,
  "work_type" BIGINT,
  "residence_type" BIGINT,
  "avg_glucose_level" DOUBLE,
  "bmi" DOUBLE,
  "smoking_status" BIGINT,
  "stroke" BIGINT
);

Share link

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