Baselight

Tobacco Use And Mortality, 2004-2015

Hospital admissions, prescriptions, and fatalities in England

@kaggle.nhs_tobacco_use

Smokers
@kaggle.nhs_tobacco_use.smokers

  • 7.67 KB
  • 84 rows
  • 9 columns
year

Year

method

Method

sex

Sex

n_16_and_over

16 And Over

n_16_24

16-24

n_25_34

25-34

n_35_49

35-49

n_50_59

50-59

n_60_and_over

60 And Over

1974Unweightednan464451525033
1976Unweightednan424245484830
1978Unweightednan403945454530
1980Unweightednan393746444529
1982Unweightednan353538394127
1984Unweightednan343538373926
1986Unweightednan333536363525
1988Unweightednan323336363323
1990Unweightednan303535332921
1992Unweightednan283334312920

CREATE TABLE smokers (
  "year" BIGINT,
  "method" VARCHAR,
  "sex" VARCHAR,
  "n_16_and_over" BIGINT,
  "n_16_24" BIGINT,
  "n_25_34" BIGINT,
  "n_35_49" BIGINT,
  "n_50_59" BIGINT,
  "n_60_and_over" BIGINT
);

Share link

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