Baselight

Heart Disease Dataset

Dataset of heart diseases consisting medical information of patients

@kaggle.winson13_heart_disease_dataset

Loading...
Loading...

About this Dataset

Heart Disease Dataset

This dataset contains medical and behavioral information used to predict the risk of heart disease. It is highly useful for research and machine learning in the health field.

This dataset can be used for various data analysis and machine learning projects, such as:

  • Creating predictive models for diagnosing heart disease.
  • Determining the major risk factors for heart disease.
  • Understanding the relationship between different variables and heart disease.

Tables

Cleveland1

@kaggle.winson13_heart_disease_dataset.cleveland1
  • 17.33 KB
  • 1190 rows
  • 12 columns
Loading...

CREATE TABLE cleveland1 (
  "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
);

Cleveland2

@kaggle.winson13_heart_disease_dataset.cleveland2
  • 15.05 KB
  • 302 rows
  • 15 columns
Loading...

CREATE TABLE cleveland2 (
  "unnamed_0" BIGINT,
  "age" BIGINT,
  "sex" BIGINT,
  "cp" BIGINT,
  "trestbps" BIGINT,
  "chol" BIGINT,
  "fbs" BIGINT,
  "restecg" BIGINT,
  "thalach" BIGINT,
  "exang" BIGINT,
  "oldpeak" DOUBLE,
  "slope" BIGINT,
  "ca" BIGINT,
  "thal" BIGINT,
  "target" BIGINT
);

Dataset Heart Disease

@kaggle.winson13_heart_disease_dataset.dataset_heart_disease
  • 21.34 KB
  • 1048 rows
  • 13 columns
Loading...

CREATE TABLE dataset_heart_disease (
  "unnamed_0" BIGINT,
  "age" BIGINT,
  "sex" BIGINT,
  "chest_pain_type" BIGINT,
  "resting_bps" BIGINT,
  "cholesterol" DOUBLE,
  "fasting_blood_sugar" BIGINT,
  "resting_ecg" BIGINT,
  "max_heart_rate" BIGINT,
  "exercise_angina" BIGINT,
  "oldpeak" DOUBLE,
  "st_slope" BIGINT,
  "target" BIGINT
);

Share link

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