Baselight

Labour Input In Construction - Monthly Data

Eurostat code: sts_colb_m ยท (1995-01 - 2025-02)

@eurostat.sts_colb_m

Labour Input In Construction - Monthly Data - Unpivoted
@eurostat.sts_colb_m.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.

  • 122.37 KB
  • 64225 rows
  • 8 columns
freq

Freq

indic_bt

Indic Bt

nace_r2

Nace R2

s_adj

S Adj

unit

Unit

geo

Geo

time_period

Time Period

value

Value

MonthlyPersons employedConstructionUnadjusted data (i.e. neither seasonally adjusted nor calendar adjusted data)Index, 2010=100Slovakia1995-0183.6
MonthlyPersons employedConstructionUnadjusted data (i.e. neither seasonally adjusted nor calendar adjusted data)Index, 2015=100Slovakia1995-0196.6
MonthlyPersons employedConstructionSeasonally and calendar adjusted dataIndex, 2010=100Slovakia1995-0186.5
MonthlyPersons employedConstructionSeasonally and calendar adjusted dataIndex, 2015=100Slovakia1995-01100
MonthlyWages and salariesConstructionCalendar adjusted data, not seasonally adjusted dataIndex, 2015=100Finland1995-0121.5
MonthlyWages and salariesConstructionCalendar adjusted data, not seasonally adjusted dataIndex, 2021=100Finland1995-0117.3
MonthlyWages and salariesConstructionUnadjusted data (i.e. neither seasonally adjusted nor calendar adjusted data)Index, 2010=100Finland1995-0125.3
MonthlyWages and salariesConstructionUnadjusted data (i.e. neither seasonally adjusted nor calendar adjusted data)Index, 2015=100Finland1995-0120.7
MonthlyWages and salariesConstructionUnadjusted data (i.e. neither seasonally adjusted nor calendar adjusted data)Index, 2021=100Finland1995-0116.8
MonthlyWages and salariesConstructionSeasonally and calendar adjusted dataIndex, 2010=100Finland1995-0132.7

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

Share link

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