Heart Desease Dataset
Identifying patients at high cardiovascular risk
@kaggle.ronanazarias_heart_desease_dataset
Identifying patients at high cardiovascular risk
@kaggle.ronanazarias_heart_desease_dataset
CREATE TABLE heart (
"age" BIGINT,
"sex" VARCHAR,
"chestpaintype" VARCHAR,
"restingbp" BIGINT,
"cholesterol" BIGINT,
"fastingbs" BIGINT,
"restingecg" VARCHAR,
"maxhr" BIGINT,
"exerciseangina" VARCHAR,
"oldpeak" DOUBLE,
"st_slope" VARCHAR,
"heartdisease" BIGINT
);
Anyone who has the link will be able to view this.