Baselight

Hours Worked Compared To Hours Paid, By NACE Rev. 1.1 Activity - LCS Survey 2000

Eurostat code: lc_n00hour ยท (2000 - 2000)

@eurostat.lc_n00hour

Hours Worked Compared To Hours Paid, By NACE Rev. 1.1 Activity - LCS Survey 2000 - Unpivoted
@eurostat.lc_n00hour.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.

  • 14.81 KB
  • 3029 rows
  • 6 columns
freq

Freq

indic_lc

Indic Lc

nace_r1

Nace R1

geo

Geo

time_period

Time Period

value

Value

AnnualRatio between hours paid and actually workedAgriculture, hunting and forestryEstonia20001.08
AnnualRatio between hours paid and actually workedAgriculture, hunting and forestryRomania20001.1
AnnualRatio between hours paid and actually workedAgriculture, hunting and forestrySlovakia20001.14
AnnualRatio between hours paid and actually workedFishingEstonia20001.09
AnnualRatio between hours paid and actually workedFishingRomania20001.09
AnnualRatio between hours paid and actually workedMining and quarryingAustria20001.21
AnnualRatio between hours paid and actually workedMining and quarryingBelgium20001.14
AnnualRatio between hours paid and actually workedMining and quarryingCyprus20001.11
AnnualRatio between hours paid and actually workedMining and quarryingCzechia20001.21
AnnualRatio between hours paid and actually workedMining and quarryingGermany20001.23

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

Share link

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