Baselight

Heart Attack Prediction

A dataset to predict heart attack based on exams and individual characteristics

@kaggle.m1relly_heart_attack_prediction

Loading...
Loading...

About this Dataset

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.

Tables

Heart Attack Prediction Dataset

@kaggle.m1relly_heart_attack_prediction.heart_attack_prediction_dataset
  • 510.97 KB
  • 8763 rows
  • 26 columns
Loading...

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
);

Share link

Anyone who has the link will be able to view this.