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
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.