Baselight

Cardiovascular Disease

Deciphering Risk Factors: Analyzing Cardiovascular Disease Data

@kaggle.mahmudulhaqueshawon_cardiovascular_disease

Cardio
@kaggle.mahmudulhaqueshawon_cardiovascular_disease.cardio

  • 872.35 KB
  • 69997 rows
  • 13 columns
id

Id

age

Age

gender

Gender

height

Height

weight

Weight

ap_hi

Ap Hi

ap_lo

Ap Lo

cholesterol

Cholesterol

gluc

Gluc

smoke

Smoke

alco

Alco

active

Active

cardio

Cardio

1839321686211080111
21885711656413070311
3176232169821501001111
4174741156561006011
8219141151671208022
92211311579313080311
131766811587111070111
14198341164681106011
152253011698012080111
161881521736012080111

CREATE TABLE cardio (
  "id" BIGINT,
  "age" BIGINT,
  "gender" BIGINT,
  "height" BIGINT,
  "weight" DOUBLE,
  "ap_hi" BIGINT,
  "ap_lo" BIGINT,
  "cholesterol" BIGINT,
  "gluc" BIGINT,
  "smoke" BIGINT,
  "alco" BIGINT,
  "active" BIGINT,
  "cardio" BIGINT
);

Share link

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