Baselight

Average Hours Worked Per Employee, By Working Time, NACE Rev. 2 Activity And NUTS 1 Region

Eurostat code: lc_rnum2_r2 · (2008 - 2020)

@eurostat.lc_rnum2_r2

Average Hours Worked Per Employee, By Working Time, NACE Rev. 2 Activity And NUTS 1 Region - Unpivoted
@eurostat.lc_rnum2_r2.tidy

This table contains the same data as the raw table, but in a tidy format: time period values are unpivoted into rows under a single time_period column, making the dataset easier to analyze and visualize.

  • 303.85 KB
  • 151212 rows
  • 9 columns
freq

Freq

sizeclas

Sizeclas

worktime

Worktime

indic_lc

Indic Lc

nace_r2

Nace R2

unit

Unit

geo

Geo

time_period

Time Period

value

Value

Annual10 employees or moreYearly average in full-time equivalentsAverage annual hours actually worked per apprenticeMining and quarryingHours per employeeOstösterreich200812178
Annual10 employees or moreYearly average in full-time equivalentsAverage annual hours actually worked per apprenticeMining and quarryingHours per employeeSüdösterreich20081430
Annual10 employees or moreYearly average in full-time equivalentsAverage annual hours actually worked per apprenticeMining and quarryingHours per employeeWestösterreich20081508
Annual10 employees or moreYearly average in full-time equivalentsAverage annual hours actually worked per apprenticeMining and quarryingHours per employeeBaden-Württemberg20081669
Annual10 employees or moreYearly average in full-time equivalentsAverage annual hours actually worked per apprenticeMining and quarryingHours per employeeBayern20081679
Annual10 employees or moreYearly average in full-time equivalentsAverage annual hours actually worked per apprenticeMining and quarryingHours per employeeBrandenburg20081550
Annual10 employees or moreYearly average in full-time equivalentsAverage annual hours actually worked per apprenticeMining and quarryingHours per employeeHessen20081694
Annual10 employees or moreYearly average in full-time equivalentsAverage annual hours actually worked per apprenticeMining and quarryingHours per employeeMecklenburg-Vorpommern20081643
Annual10 employees or moreYearly average in full-time equivalentsAverage annual hours actually worked per apprenticeMining and quarryingHours per employeeNiedersachsen20081686
Annual10 employees or moreYearly average in full-time equivalentsAverage annual hours actually worked per apprenticeMining and quarryingHours per employeeNordrhein-Westfalen20081532

CREATE TABLE tidy (
  "freq" VARCHAR,
  "sizeclas" VARCHAR,
  "worktime" VARCHAR,
  "indic_lc" VARCHAR,
  "nace_r2" VARCHAR,
  "unit" VARCHAR,
  "geo" VARCHAR,
  "time_period" VARCHAR,
  "value" DOUBLE
);

Share link

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