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 hypertension_data (
"age" DOUBLE,
"sex" DOUBLE,
"cp" BIGINT,
"trestbps" BIGINT,
"chol" BIGINT,
"fbs" BIGINT,
"restecg" BIGINT,
"thalach" BIGINT,
"exang" BIGINT,
"oldpeak" DOUBLE,
"slope" BIGINT,
"ca" BIGINT,
"thal" BIGINT,
"target" BIGINT
);
Anyone who has the link will be able to view this.