WHO Global Health Observatory - Smoking Indicators
@owid.gho_smoking
@owid.gho_smoking
The GHO data repository is WHO's gateway to health-related statistics for its 194 Member States. It provides access to over 1000 indicators on priority health topics including mortality and burden of diseases, the Millennium Development Goals (child nutrition, child health, maternal and reproductive health, immunization, HIV/AIDS, tuberculosis, malaria, neglected diseases, water and sanitation), non communicable diseases and risk factors, epidemic-prone diseases, health systems, environmental health, violence and injuries, equity among others.
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.