Baselight

HEART DISEASE DATASET

This dataset contains details of the age,BP,cholestrol and about having heart di

@kaggle.athirags_heart_disease_dataset

Heart Disease Dataset
@kaggle.athirags_heart_disease_dataset.heart_disease_dataset

  • 5.05 KB
  • 270 rows
  • 4 columns
age

Age

bp

BP

cholestrol

Cholestrol

heart_disease

Heart Disease

701303221
67115564
571242611
64128263
74120269
65120177
561302561
591102391
601402931
631504071

CREATE TABLE heart_disease_dataset (
  "age" BIGINT,
  "bp" BIGINT,
  "cholestrol" BIGINT,
  "heart_disease" BIGINT
);

Share link

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