Baselight

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

Eurostat code: lc_n00num1 ยท (2000 - 2000)

@eurostat.lc_n00num1

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

  • 449.53 KB
  • 84548 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 forestryNumberEstonia200012311670
AnnualFrom 10 to 49 employeesFull-timeHours actually worked by the employees per yearAgriculture, hunting and forestryNumberHungary200047449000
AnnualFrom 10 to 49 employeesFull-timeHours actually worked by the employees per yearAgriculture, hunting and forestryNumberRomania200058870901
AnnualFrom 10 to 49 employeesFull-timeHours actually worked by the employees per yearAgriculture, hunting and forestryNumberSlovakia200010884280
AnnualFrom 10 to 49 employeesFull-timeHours actually worked by the employees per yearFishingNumberEstonia2000598200
AnnualFrom 10 to 49 employeesFull-timeHours actually worked by the employees per yearFishingNumberHungary2000755000
AnnualFrom 10 to 49 employeesFull-timeHours actually worked by the employees per yearFishingNumberRomania20002252889
AnnualFrom 10 to 49 employeesFull-timeHours actually worked by the employees per yearMining and quarryingNumberAustria20003109228
AnnualFrom 10 to 49 employeesFull-timeHours actually worked by the employees per yearMining and quarryingNumberCyprus2000636372
AnnualFrom 10 to 49 employeesFull-timeHours actually worked by the employees per yearMining and quarryingNumberCzechia20003441162

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.