Baselight

Diabetes, Hypertension And Stroke Prediction

70,692 survey responses from cleaned BRFSS 2015

@kaggle.prosperchuks_health_dataset

Diabetes Data
@kaggle.prosperchuks_health_dataset.diabetes_data

  • 310.05 KB
  • 70692 rows
  • 18 columns
age

Age

sex

Sex

highchol

HighChol

cholcheck

CholCheck

bmi

BMI

smoker

Smoker

heartdiseaseorattack

HeartDiseaseorAttack

physactivity

PhysActivity

fruits

Fruits

veggies

Veggies

hvyalcoholconsump

HvyAlcoholConsump

genhlth

GenHlth

menthlth

MentHlth

physhlth

PhysHlth

diffwalk

DiffWalk

stroke

Stroke

highbp

HighBP

diabetes

Diabetes

411261135301
121112611311
131126111110
11111281111331
812911112
111811127
1311126111111
611311114
31321113
6112711136

CREATE TABLE diabetes_data (
  "age" DOUBLE,
  "sex" DOUBLE,
  "highchol" DOUBLE,
  "cholcheck" DOUBLE,
  "bmi" DOUBLE,
  "smoker" DOUBLE,
  "heartdiseaseorattack" DOUBLE,
  "physactivity" DOUBLE,
  "fruits" DOUBLE,
  "veggies" DOUBLE,
  "hvyalcoholconsump" DOUBLE,
  "genhlth" DOUBLE,
  "menthlth" DOUBLE,
  "physhlth" DOUBLE,
  "diffwalk" DOUBLE,
  "stroke" DOUBLE,
  "highbp" DOUBLE,
  "diabetes" DOUBLE
);

Share link

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