Baselight

Heart Desease Dataset

Identifying patients at high cardiovascular risk

@kaggle.ronanazarias_heart_desease_dataset

Heart Part2
@kaggle.ronanazarias_heart_desease_dataset.heart_part2

  • 15 KB
  • 418 rows
  • 13 columns
unnamed_0

Unnamed: 0

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

50065MASY136248Normal140Y4Down1
50163MASY130308Normal138Y2Flat1
50269MASY140208ST140Y2Flat1
50351MASY1322271ST138N0.2Up
50462MASY1582101Normal112Y3Down1
50555MNAP1362451ST131Y1.2Flat1
50675MASY136225Normal112Y3Flat1
50740MNAP106240Normal80YUp
50867MASY1201Normal150N1.5Down1
50958MASY110198Normal110NFlat1

CREATE TABLE heart_part2 (
  "unnamed_0" BIGINT,
  "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.