Diabetes, Hypertension And Stroke Prediction
70,692 survey responses from cleaned BRFSS 2015
@kaggle.prosperchuks_health_dataset
70,692 survey responses from cleaned BRFSS 2015
@kaggle.prosperchuks_health_dataset
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
);
Anyone who has the link will be able to view this.