Baselight

Heart Desease Dataset

Identifying patients at high cardiovascular risk

@kaggle.ronanazarias_heart_desease_dataset

Heart
@kaggle.ronanazarias_heart_desease_dataset.heart

  • 15.19 KB
  • 918 rows
  • 12 columns
age

Age

sex

Sex

chestpaintype

ChestPainType

restingbp

RestingBP

cholesterol

Cholesterol

fastingbs

FastingBS

restingecg

RestingECG

maxhr

MaxHR

exerciseangina

ExerciseAngina

oldpeak

Oldpeak

st_slope

ST Slope

heartdisease

HeartDisease

40MATA140289Normal172NUp
49FNAP160180Normal156N1Flat1
37MATA130283ST98NUp
48FASY138214Normal108Y1.5Flat1
54MNAP150195Normal122NUp
39MNAP120339Normal170NUp
45FATA130237Normal170NUp
54MATA110208Normal142NUp
37MASY140207Normal130Y1.5Flat1
48FATA120284Normal120NUp

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

Share link

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