Baselight

Labour Cost Levels By NACE Rev. 2 Activity

Eurostat code: lc_lci_lev ยท (2008 - 2024)

@eurostat.lc_lci_lev

Loading...
Loading...

About this Dataset

Labour Cost Levels By NACE Rev. 2 Activity

This Eurostat dataset contains data on labour cost levels by nace rev. 2 activity, as collected and published by the Statistical Office of the European Union.

Tables included:

  • raw: Original table as downloaded from Eurostat.
  • tidy: A cleaned and transformed version of the raw table, where time period values appear as rows instead of columns (unpivoted format).

Last updated: 2025-03-28T11:00:00+0100

Tables

Labour Cost Levels By NACE Rev. 2 Activity - Raw

@eurostat.lc_lci_lev.raw
  • 150.8 KB
  • 11075 rows
  • 13 columns
Loading...

CREATE TABLE raw (
  "freq" VARCHAR,
  "unit" VARCHAR,
  "lcstruct" VARCHAR,
  "nace_r2" VARCHAR,
  "geo" VARCHAR,
  "n_2008" DOUBLE,
  "n_2012" DOUBLE,
  "n_2016" DOUBLE,
  "n_2020" DOUBLE,
  "n_2021" DOUBLE,
  "n_2022" DOUBLE,
  "n_2023" DOUBLE,
  "n_2024" DOUBLE
);

Labour Cost Levels By NACE Rev. 2 Activity - Unpivoted

@eurostat.lc_lci_lev.tidy
  • 135.77 KB
  • 68087 rows
  • 7 columns
Loading...

CREATE TABLE tidy (
  "freq" VARCHAR,
  "unit" VARCHAR,
  "lcstruct" VARCHAR,
  "nace_r2" VARCHAR,
  "geo" VARCHAR,
  "time_period" VARCHAR,
  "value" DOUBLE
);

Share link

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