Baselight

Smoker's Health Data

Health Effects of Smoking

@kaggle.jaceprater_smokers_health_data

Loading...
Loading...

About this Dataset

Smoker's Health Data

Data filtered from a Hypertension Risk Dataset by Md Raihan Kahn. I was more interested in looking for health effects of smokers versus non-smokers here, but in the end I was the most surprised by the age groups of the heaviest smokers that were polled.

Tables

Smoking Health Data Final

@kaggle.jaceprater_smokers_health_data.smoking_health_data_final
  • 34.66 KB
  • 3900 rows
  • 7 columns
Loading...

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
);

Share link

Anyone who has the link will be able to view this.