Baselight

Temporary Staff: Labour Cost, Number Of Employees And Number Of Hours Worked By NACE Rev. 1.1 Activity - LCS Survey 2000

Eurostat code: lc_n00temp ยท (2000 - 2000)

@eurostat.lc_n00temp

Temporary Staff: Labour Cost, Number Of Employees And Number Of Hours Worked By NACE Rev. 1.1 Activity - LCS Survey 2000 - Unpivoted
@eurostat.lc_n00temp.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.

  • 12.25 KB
  • 1243 rows
  • 6 columns
freq

Freq

indic_lc

Indic Lc

nace_r1

Nace R1

geo

Geo

time_period

Time Period

value

Value

AnnualHours workedAgriculture, hunting and forestryEstonia2000
AnnualHours workedAgriculture, hunting and forestryRomania2000
AnnualHours workedFishingEstonia2000
AnnualHours workedFishingRomania2000
AnnualHours workedMining and quarryingGermany2000
AnnualHours workedMining and quarryingEstonia2000
AnnualHours workedMining and quarryingGreece200010000
AnnualHours workedMining and quarryingLuxembourg2000497164
AnnualHours workedMining and quarryingPortugal2000
AnnualHours workedMining and quarryingRomania2000

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.