Cardiovascular Disease
predict the presence or absence of cardiovascular disease.
@kaggle.colewelkins_cardiovascular_disease
predict the presence or absence of cardiovascular disease.
@kaggle.colewelkins_cardiovascular_disease
CREATE TABLE cardio_data_processed (
"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,
"age_years" BIGINT,
"bmi" DOUBLE,
"bp_category" VARCHAR,
"bp_category_encoded" VARCHAR
);
Anyone who has the link will be able to view this.