Baselight

Heart Disease Dataset

Dataset of heart diseases consisting medical information of patients

@kaggle.winson13_heart_disease_dataset

Dataset Heart Disease
@kaggle.winson13_heart_disease_dataset.dataset_heart_disease

  • 21.34 KB
  • 1048 rows
  • 13 columns
unnamed_0

Unnamed: 0

age

Age

sex

Sex

chest_pain_type

Chest Pain Type

resting_bps

Resting Bps

cholesterol

Cholesterol

fasting_blood_sugar

Fasting Blood Sugar

resting_ecg

Resting Ecg

max_heart_rate

Max Heart Rate

exercise_angina

Exercise Angina

oldpeak

Oldpeak

st_slope

ST Slope

target

Target

40121402891721
1493160180156121
237121302831981
348413821410811.521
454131501951221
539131203391701
64521302371701
754121102081421
8371414020713011.521
94821202841201

CREATE TABLE dataset_heart_disease (
  "unnamed_0" BIGINT,
  "age" BIGINT,
  "sex" BIGINT,
  "chest_pain_type" BIGINT,
  "resting_bps" BIGINT,
  "cholesterol" DOUBLE,
  "fasting_blood_sugar" BIGINT,
  "resting_ecg" BIGINT,
  "max_heart_rate" BIGINT,
  "exercise_angina" BIGINT,
  "oldpeak" DOUBLE,
  "st_slope" BIGINT,
  "target" BIGINT
);

Share link

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