Baselight

HEART DISEASE DATASET

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

@kaggle.athirags_heart_disease_dataset

Loading...
Loading...

About this Dataset

HEART DISEASE DATASET

This dataset contains details of the age,BP,cholestrol and about having heart disease or not.Using the attributes in the dataset we can predict heart diseae risk for an individual and identify the risk factors.

Tables

Heart Disease Dataset

@kaggle.athirags_heart_disease_dataset.heart_disease_dataset
  • 5.05 KB
  • 270 rows
  • 4 columns
Loading...

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.