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 cleveland2 (
"unnamed_0" BIGINT,
"age" BIGINT,
"sex" BIGINT,
"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.