Tobacco Use And Mortality, 2004-2015
Hospital admissions, prescriptions, and fatalities in England
@kaggle.nhs_tobacco_use
Hospital admissions, prescriptions, and fatalities in England
@kaggle.nhs_tobacco_use
CREATE TABLE prescriptions (
"year" VARCHAR,
"all_pharmacotherapy_prescriptions" BIGINT,
"nicotine_replacement_therapy_nrt_prescriptions" BIGINT,
"bupropion_zyban_prescriptions" BIGINT,
"varenicline_champix_prescriptions" DOUBLE,
"net_ingredient_cost_of_all_pharmacotherapies" BIGINT,
"net_ingredient_cost_of_nicotine_replacement_therapies_nrt" BIGINT,
"net_ingredient_cost_of_bupropion_zyban" BIGINT,
"net_ingredient_cost_of_varenicline_champix" DOUBLE
);
Anyone who has the link will be able to view this.