Baselight

Labour Input In Construction - Annual Data

Eurostat code: sts_colb_a ยท (1990 - 2024)

@eurostat.sts_colb_a

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

  • 37.71 KB
  • 14674 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

AnnualPersons employedConstructionUnadjusted data (i.e. neither seasonally adjusted nor calendar adjusted data)Index, 2010=100France199095.2
AnnualPersons employedConstructionUnadjusted data (i.e. neither seasonally adjusted nor calendar adjusted data)Index, 2015=100France1990104.7
AnnualPersons employedConstructionUnadjusted data (i.e. neither seasonally adjusted nor calendar adjusted data)Index, 2021=100France199092.4
AnnualPersons employedConstructionUnadjusted data (i.e. neither seasonally adjusted nor calendar adjusted data)Index, 2010=100France199194.4
AnnualPersons employedConstructionUnadjusted data (i.e. neither seasonally adjusted nor calendar adjusted data)Index, 2015=100France1991103.9
AnnualPersons employedConstructionUnadjusted data (i.e. neither seasonally adjusted nor calendar adjusted data)Index, 2021=100France199191.7
AnnualPersons employedConstructionUnadjusted data (i.e. neither seasonally adjusted nor calendar adjusted data)Percentage change compared to same period in previous yearFrance1991-0.8
AnnualPersons employedConstructionUnadjusted data (i.e. neither seasonally adjusted nor calendar adjusted data)Index, 2010=100France199291.2
AnnualPersons employedConstructionUnadjusted data (i.e. neither seasonally adjusted nor calendar adjusted data)Index, 2015=100France1992100.3
AnnualPersons employedConstructionUnadjusted data (i.e. neither seasonally adjusted nor calendar adjusted data)Index, 2021=100France199288.5

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.