Baselight

Heart Failure Dataset

A Data-Driven Approach to Heart Failure Treatment and Prevention.

@kaggle.vaibhavsuman_heart_failure_dataset

Loading...
Loading...

About this Dataset

Heart Failure Dataset

The heart failure dataset is a comprehensive collection of medical data specifically designed to facilitate research and analysis in the field of cardiovascular health. It contains a wealth of information gathered from diverse sources, including clinical records, diagnostic tests, and patient demographics. The dataset comprises a substantial number of individuals diagnosed with heart failure, providing an invaluable resource for studying this prevalent condition and its associated factors.

Tables

Heart Failure Details

@kaggle.vaibhavsuman_heart_failure_dataset.heart_failure_details
  • 13.96 KB
  • 299 rows
  • 12 columns
Loading...

CREATE TABLE heart_failure_details (
  "s_no" BIGINT,
  "age" DOUBLE,
  "anaemia" BIGINT,
  "creatinine_phosphokinase" BIGINT,
  "diabetes" BIGINT,
  "ejection_fraction" BIGINT,
  "high_bp" BIGINT,
  "platelets" DOUBLE,
  "serum_creatinine" DOUBLE,
  "sex" BIGINT,
  "smoking" BIGINT,
  "death" BIGINT
);

Share link

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