Heart Failure Dataset
A Data-Driven Approach to Heart Failure Treatment and Prevention.
@kaggle.vaibhavsuman_heart_failure_dataset
A Data-Driven Approach to Heart Failure Treatment and Prevention.
@kaggle.vaibhavsuman_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.
CREATE TABLE heart_failure_details (
"s_no" BIGINT -- S No.,
"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
);Anyone who has the link will be able to view this.