Cardiovascular Disease
Deciphering Risk Factors: Analyzing Cardiovascular Disease Data
@kaggle.mahmudulhaqueshawon_cardiovascular_disease
Deciphering Risk Factors: Analyzing Cardiovascular Disease Data
@kaggle.mahmudulhaqueshawon_cardiovascular_disease
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
);
Anyone who has the link will be able to view this.