WHO Global Health Observatory - Smoking Indicators
@owid.gho_smoking
@owid.gho_smoking
CREATE TABLE owid_gho_smoking (
"country" VARCHAR,
"year" INTEGER,
"sex" VARCHAR,
"cig_smoking_pct" FLOAT,
"cig_smoking_pct_age_std" FLOAT,
"tobacco_smoking_pct" FLOAT,
"tobacco_smoking_pct_age_std" FLOAT,
"tobacco_use_pct" FLOAT,
"tobacco_use_pct_age_std" FLOAT,
"cig_smokers" FLOAT,
"tobacco_smokers" FLOAT,
"tobacco_users" FLOAT
);
CREATE TABLE owid_gho_smoking_empower (
"country" VARCHAR,
"year" INTEGER,
"cig_tax_pct" FLOAT,
"tobacco_ad_ban" INTEGER,
"tobacco_help_quit" INTEGER,
"cig_afford_pct_gdp" FLOAT,
"tobacco_smoke_free" INTEGER
);
Anyone who has the link will be able to view this.