Baselight

Duration Of Daily Tobacco Smoking By Sex, Age And Educational Attainment Level

Eurostat code: hlth_ehis_sk5e · (2019 - 2019)

@eurostat.hlth_ehis_sk5e

About this Dataset

Duration Of Daily Tobacco Smoking By Sex, Age And Educational Attainment Level

This Eurostat dataset contains data on duration of daily tobacco smoking by sex, age and educational attainment level, as collected and published by the Statistical Office of the European Union.

Tables included:

  • raw: Original table as downloaded from Eurostat.
  • tidy: A cleaned and transformed version of the raw table, where time period values appear as rows instead of columns (unpivoted format).

Last updated: 2022-04-04T23:00:00+0200

Tables

Duration Of Daily Tobacco Smoking By Sex, Age And Educational Attainment Level - Raw

@eurostat.hlth_ehis_sk5e.raw
  • 41.55 KB
  • 26112 rows
  • 8 columns
Loading...

CREATE TABLE raw (
  "freq" VARCHAR,
  "unit" VARCHAR,
  "duration" VARCHAR,
  "sex" VARCHAR,
  "age" VARCHAR,
  "isced11" VARCHAR,
  "geo" VARCHAR,
  "n_2019" DOUBLE
);

Duration Of Daily Tobacco Smoking By Sex, Age And Educational Attainment Level - Unpivoted

@eurostat.hlth_ehis_sk5e.tidy
  • 40.55 KB
  • 22160 rows
  • 9 columns
Loading...

CREATE TABLE tidy (
  "freq" VARCHAR,
  "unit" VARCHAR,
  "duration" VARCHAR,
  "sex" VARCHAR,
  "age" VARCHAR,
  "isced11" VARCHAR,
  "geo" VARCHAR,
  "time_period" VARCHAR,
  "value" DOUBLE
);