Heart Attack Prediction
A dataset to predict heart attack based on exams and individual characteristics
@kaggle.m1relly_heart_attack_prediction
A dataset to predict heart attack based on exams and individual characteristics
@kaggle.m1relly_heart_attack_prediction
Recommended for studies
This dataset provides columns that help to undetstand important factors to Heart Attack. The goal is to comprehend variables that interfer on having or not heart attack.
⚠ Fake Data and collection process unknown.
The columns are described below.
CREATE TABLE heart_attack_prediction_dataset (
"patient_id" VARCHAR,
"age" BIGINT,
"sex" VARCHAR,
"cholesterol" BIGINT,
"blood_pressure" VARCHAR,
"heart_rate" BIGINT,
"diabetes" BIGINT,
"family_history" BIGINT,
"smoking" BIGINT,
"obesity" BIGINT,
"alcohol_consumption" BIGINT,
"exercise_hours_per_week" DOUBLE,
"diet" VARCHAR,
"previous_heart_problems" BIGINT,
"medication_use" BIGINT,
"stress_level" BIGINT,
"sedentary_hours_per_day" DOUBLE,
"income" BIGINT,
"bmi" DOUBLE,
"triglycerides" BIGINT,
"physical_activity_days_per_week" BIGINT,
"sleep_hours_per_day" BIGINT,
"country" VARCHAR,
"continent" VARCHAR,
"hemisphere" VARCHAR,
"heart_attack_risk" BIGINT
);Anyone who has the link will be able to view this.