CardioKill
Unifying Heart Disease Datasets: A Comprehensive Approach to Early Detection
@kaggle.willianoliveiragibin_cardiokill
Unifying Heart Disease Datasets: A Comprehensive Approach to Early Detection
@kaggle.willianoliveiragibin_cardiokill
CREATE TABLE heart_health_new (
"id" BIGINT,
"name" VARCHAR,
"age" BIGINT,
"gender" VARCHAR,
"height_cm" BIGINT,
"weight_kg" BIGINT,
"blood_pressure_mmhg" VARCHAR,
"cholesterol_mg_dl" BIGINT,
"glucose_mg_dl" BIGINT,
"smoker" VARCHAR,
"exercise_hours_week" BIGINT,
"heart_attack" BIGINT
);
Anyone who has the link will be able to view this.