Cardio Health Risk Assessment Dataset
Predicting heart disease risk using medical and demographic features.
@kaggle.kapoorprakhar_cardio_health_risk_assessment_dataset
Predicting heart disease risk using medical and demographic features.
@kaggle.kapoorprakhar_cardio_health_risk_assessment_dataset
The CardioHealth Risk Assessment Dataset includes detailed medical and demographic information from patients, such as age, cholesterol levels, blood pressure, and lifestyle factors. This dataset is designed for developing and testing machine learning models to predict the risk of heart disease. It provides a valuable resource for researchers and healthcare professionals aiming to improve diagnostic accuracy and patient outcomes in cardiovascular health.
CREATE TABLE heart_disease_prediction (
"age" BIGINT,
"sex" BIGINT,
"chest_pain_type" BIGINT,
"bp" BIGINT,
"cholesterol" BIGINT,
"fbs_over_120" BIGINT,
"ekg_results" BIGINT,
"max_hr" BIGINT,
"exercise_angina" BIGINT,
"st_depression" DOUBLE,
"slope_of_st" BIGINT,
"number_of_vessels_fluro" BIGINT,
"thallium" BIGINT,
"heart_disease" VARCHAR
);Anyone who has the link will be able to view this.