Baselight

Number Of Employees, Hours Worked And Paid, By Working Time And NACE Rev. 1.1 Activity - LCS Survey 2004

Eurostat code: lc_n04num1 ยท (2004 - 2004)

@eurostat.lc_n04num1

Number Of Employees, Hours Worked And Paid, By Working Time And NACE Rev. 1.1 Activity - LCS Survey 2004 - Unpivoted
@eurostat.lc_n04num1.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.

  • 774.53 KB
  • 137247 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

AnnualFrom 10 to 49 employeesFull-timeHours actually worked by the employees per yearAgriculture, hunting and forestryNumberEuropean Union - 27 countries (2007-2013)2004112350727
AnnualFrom 10 to 49 employeesFull-timeHours actually worked by the employees per yearAgriculture, hunting and forestryNumberEuropean Union - 28 countries (2013-2020)2004112350727
AnnualFrom 10 to 49 employeesFull-timeHours actually worked by the employees per yearAgriculture, hunting and forestryNumberHungary200449790998
AnnualFrom 10 to 49 employeesFull-timeHours actually worked by the employees per yearAgriculture, hunting and forestryNumberRomania200458432032
AnnualFrom 10 to 49 employeesFull-timeHours actually worked by the employees per yearFishingNumberEuropean Union - 27 countries (2007-2013)20042132191
AnnualFrom 10 to 49 employeesFull-timeHours actually worked by the employees per yearFishingNumberEuropean Union - 28 countries (2013-2020)20042132191
AnnualFrom 10 to 49 employeesFull-timeHours actually worked by the employees per yearFishingNumberHungary2004666312
AnnualFrom 10 to 49 employeesFull-timeHours actually worked by the employees per yearFishingNumberRomania20041333816
AnnualFrom 10 to 49 employeesFull-timeHours actually worked by the employees per yearMining and quarryingNumberAustria20043260337
AnnualFrom 10 to 49 employeesFull-timeHours actually worked by the employees per yearMining and quarryingNumberBulgaria20044021522

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.