Baselight

Average Hours Worked Per Employee, By Working Time, NACE Rev. 1.1 Activity And NUTS 1 Region - LCS Survey 2004

Eurostat code: lc_r04num2 · (2004 - 2004)

@eurostat.lc_r04num2

Average Hours Worked Per Employee, By Working Time, NACE Rev. 1.1 Activity And NUTS 1 Region - LCS Survey 2004 - Unpivoted
@eurostat.lc_r04num2.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.

  • 55.61 KB
  • 19885 rows
  • 9 columns
freq

Freq

sizeclas

Sizeclas

worktime

Worktime

indic_lc

Indic Lc

nace_r1

Nace R1

unit

Unit

geo

Geo

time_period

Time Period

value

Value

Annual10 employees or moreYearly average in full-time equivalentsAverage annual hours actually worked per apprenticeAgriculture, hunting and forestryHours per employeeDunántúl20041869
Annual10 employees or moreYearly average in full-time equivalentsAverage annual hours actually worked per apprenticeMining and quarryingHours per employeeOstösterreich20041657
Annual10 employees or moreYearly average in full-time equivalentsAverage annual hours actually worked per apprenticeMining and quarryingHours per employeeSüdösterreich20041813
Annual10 employees or moreYearly average in full-time equivalentsAverage annual hours actually worked per apprenticeMining and quarryingHours per employeeWestösterreich2004933
Annual10 employees or moreYearly average in full-time equivalentsAverage annual hours actually worked per apprenticeMining and quarryingHours per employeeBaden-Württemberg20041671
Annual10 employees or moreYearly average in full-time equivalentsAverage annual hours actually worked per apprenticeMining and quarryingHours per employeeBayern20041718
Annual10 employees or moreYearly average in full-time equivalentsAverage annual hours actually worked per apprenticeMining and quarryingHours per employeeBrandenburg20041464
Annual10 employees or moreYearly average in full-time equivalentsAverage annual hours actually worked per apprenticeMining and quarryingHours per employeeHessen20041829
Annual10 employees or moreYearly average in full-time equivalentsAverage annual hours actually worked per apprenticeMining and quarryingHours per employeeMecklenburg-Vorpommern20041665
Annual10 employees or moreYearly average in full-time equivalentsAverage annual hours actually worked per apprenticeMining and quarryingHours per employeeNiedersachsen20041621

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

Share link

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