Heart Disease Dataset
Dataset of heart diseases consisting medical information of patients
@kaggle.winson13_heart_disease_dataset
Dataset of heart diseases consisting medical information of patients
@kaggle.winson13_heart_disease_dataset
CREATE TABLE cleveland1 (
"age" BIGINT,
"sex" BIGINT,
"chest_pain_type" BIGINT,
"resting_bp_s" BIGINT,
"cholesterol" BIGINT,
"fasting_blood_sugar" BIGINT,
"resting_ecg" BIGINT,
"max_heart_rate" BIGINT,
"exercise_angina" BIGINT,
"oldpeak" DOUBLE,
"st_slope" BIGINT,
"target" BIGINT
);
Anyone who has the link will be able to view this.