Baselight

Mean Annual Holidays By Sex, Size Class Of The Enterprise And Occupation

Eurostat code: earn_ses14_46 · (2014 - 2014)

@eurostat.earn_ses14_46

Loading...
Loading...

About this Dataset

Mean Annual Holidays By Sex, Size Class Of The Enterprise And Occupation

This Eurostat dataset contains data on mean annual holidays by sex, size class of the enterprise and occupation, 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: 2020-10-13T11:00:00+0200

Tables

Mean Annual Holidays By Sex, Size Class Of The Enterprise And Occupation - Raw

@eurostat.earn_ses14_46.raw
  • 11.5 KB
  • 7824 rows
  • 7 columns
Loading...

CREATE TABLE raw (
  "freq" VARCHAR,
  "indic_se" VARCHAR,
  "sizeclas" VARCHAR,
  "isco08" VARCHAR,
  "sex" VARCHAR,
  "geo" VARCHAR,
  "n_2014" DOUBLE
);

Mean Annual Holidays By Sex, Size Class Of The Enterprise And Occupation - Unpivoted

@eurostat.earn_ses14_46.tidy
  • 12.72 KB
  • 4402 rows
  • 8 columns
Loading...

CREATE TABLE tidy (
  "freq" VARCHAR,
  "indic_se" VARCHAR,
  "sizeclas" VARCHAR,
  "isco08" VARCHAR,
  "sex" VARCHAR,
  "geo" VARCHAR,
  "time_period" VARCHAR,
  "value" DOUBLE
);

Share link

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