Smoker's Health Data
Health Effects of Smoking
@kaggle.jaceprater_smokers_health_data
Health Effects of Smoking
@kaggle.jaceprater_smokers_health_data
CREATE TABLE smoking_health_data_final (
"age" BIGINT,
"sex" VARCHAR,
"current_smoker" VARCHAR,
"heart_rate" BIGINT,
"blood_pressure" VARCHAR,
"cigs_per_day" DOUBLE,
"chol" DOUBLE
);
Anyone who has the link will be able to view this.