Baselight

Heart Disease Dataset

Dataset of heart diseases consisting medical information of patients

@kaggle.winson13_heart_disease_dataset

Cleveland2
@kaggle.winson13_heart_disease_dataset.cleveland2

  • 15.05 KB
  • 302 rows
  • 15 columns
unnamed_0

Unnamed: 0

age

Age

sex

Sex

cp

Cp

trestbps

Trestbps

chol

Chol

fbs

Fbs

restecg

Restecg

thalach

Thalach

exang

Exang

oldpeak

Oldpeak

slope

Slope

ca

Ca

thal

Thal

target

Target

52112521211681223
1531140203115513.13
2701145174112512.63
36111482031161213
462138294111061.9132
5581002481221121
658111431821404.431
755116028914510.8113
84611202491440.823
954112228611613.2122

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
);

Share link

Anyone who has the link will be able to view this.