Heart Attack Dataset
Exploring Factors and Predictors of Heart Attacks.
@kaggle.sukhmandeepsinghbrar_heart_attack_dataset
Exploring Factors and Predictors of Heart Attacks.
@kaggle.sukhmandeepsinghbrar_heart_attack_dataset
CREATE TABLE medicaldataset (
"age" BIGINT,
"gender" BIGINT,
"heart_rate" BIGINT,
"systolic_blood_pressure" BIGINT,
"diastolic_blood_pressure" BIGINT,
"blood_sugar" DOUBLE,
"ck_mb" DOUBLE,
"troponin" DOUBLE,
"result" VARCHAR
);
Anyone who has the link will be able to view this.