Cardiovascular-Disease-Dataset
Health dataset, Simple dataset for EDA and classification models
@kaggle.akshatshaw7_cardiovascular_disease_dataset
Health dataset, Simple dataset for EDA and classification models
@kaggle.akshatshaw7_cardiovascular_disease_dataset
CREATE TABLE health_data (
"unnamed_0" BIGINT,
"id" DOUBLE,
"age" DOUBLE,
"gender" BIGINT,
"height" DOUBLE,
"weight" DOUBLE,
"ap_hi" DOUBLE,
"ap_lo" DOUBLE,
"cholesterol" BIGINT,
"gluc" BIGINT,
"smoke" BIGINT,
"alco" BIGINT,
"active" BIGINT,
"cardio" BIGINT
);
Anyone who has the link will be able to view this.