Baselight

Labour Cost Index By NACE Rev. 1.1 Activity - Item Weights

Eurostat code: lc_lci_r1_itw ยท (1996 - 2008)

@eurostat.lc_lci_r1_itw

Loading...
Loading...

About this Dataset

Labour Cost Index By NACE Rev. 1.1 Activity - Item Weights

This Eurostat dataset contains data on labour cost index by nace rev. 1.1 activity - item weights, 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: 2009-06-17T11:00:00+0200

Tables

Labour Cost Index By NACE Rev. 1.1 Activity - Item Weights - Raw

@eurostat.lc_lci_r1_itw.raw
  • 103.27 KB
  • 1528 rows
  • 17 columns
Loading...

CREATE TABLE raw (
  "freq" VARCHAR,
  "lcstruct" VARCHAR,
  "nace_r1" VARCHAR,
  "geo" VARCHAR,
  "n_1996" DOUBLE,
  "n_1997" DOUBLE,
  "n_1998" DOUBLE,
  "n_1999" DOUBLE,
  "n_2000" DOUBLE,
  "n_2001" DOUBLE,
  "n_2002" DOUBLE,
  "n_2003" DOUBLE,
  "n_2004" DOUBLE,
  "n_2005" DOUBLE,
  "n_2006" DOUBLE,
  "n_2007" DOUBLE,
  "n_2008" DOUBLE
);

Labour Cost Index By NACE Rev. 1.1 Activity - Item Weights - Unpivoted

@eurostat.lc_lci_r1_itw.tidy
  • 59.34 KB
  • 19784 rows
  • 6 columns
Loading...

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

Share link

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