Heart Disease Dataset (Comprehensive)
statlog + cleveland + hungary dataset
@kaggle.sid321axn_heart_statlog_cleveland_hungary_final
statlog + cleveland + hungary dataset
@kaggle.sid321axn_heart_statlog_cleveland_hungary_final
Heart Disease Dataset (Most comprehensive)
Heart disease is also known as Cardiovascular diseases (CVDs) are the number 1 cause of death globally, taking an estimated 17.9 million lives each year which is about 32% of all deaths globally. CVDs are a group of disorders of the heart and blood vessels and include coronary heart disease, cerebrovascular disease, rheumatic heart disease, and other conditions. Four out of 5CVD deaths are due to heart attacks and strokes, and one-third of these deaths occur prematurely in people under 70 years of age.
We have curated this dataset by combining different datasets already available independently but not combined before. W have combined them over 11 common features which makes it the largest heart disease dataset available for research purposes. The five datasets used for its curation are:
The dataset is taken from three other research datasets used in different research papers. The Nature article listing heart disease database and names of popular datasets used in various heart disease research is shared below.
https://www.nature.com/articles/s41597-019-0206-3
Can you find interesting insight from the largest heart disease dataset available so far and build predictive model which can assist medical practitioners in detecting early-stage heart disease ?
CREATE TABLE heart_statlog_cleveland_hungary_final (
"age" BIGINT,
"sex" BIGINT,
"chest_pain_type" BIGINT,
"resting_bp_s" BIGINT,
"cholesterol" BIGINT,
"fasting_blood_sugar" BIGINT,
"resting_ecg" BIGINT,
"max_heart_rate" BIGINT,
"exercise_angina" BIGINT,
"oldpeak" DOUBLE,
"st_slope" BIGINT,
"target" BIGINT
);Anyone who has the link will be able to view this.