Baselight

Nominal Unit Labour Cost Per Hour Worked

Eurostat code: tipslm10 ยท (1995 - 2024)

@eurostat.tipslm10

Nominal Unit Labour Cost Per Hour Worked - Unpivoted
@eurostat.tipslm10.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.

  • 8.88 KB
  • 1633 rows
  • 6 columns
freq

Freq

na_item

Na Item

unit

Unit

geo

Geo

time_period

Time Period

value

Value

AnnualNominal unit labour cost based on hours workedPercentage change (t/t-3)Germany19957.5
AnnualNominal unit labour cost based on hours workedPercentage change (t/t-3)Denmark1995-0.8
AnnualNominal unit labour cost based on hours workedPercentage change (t/t-3)Finland1995-5.1
AnnualNominal unit labour cost based on hours workedPercentage change (t/t-3)France19951.4
AnnualNominal unit labour cost based on hours workedPercentage change on previous periodGermany19952.5
AnnualNominal unit labour cost based on hours workedPercentage change on previous periodDenmark19951.1
AnnualNominal unit labour cost based on hours workedPercentage change on previous periodFinland19951.4
AnnualNominal unit labour cost based on hours workedPercentage change on previous periodFrance19950.7
AnnualNominal unit labour cost based on hours workedPercentage change on previous periodSweden1995
AnnualNominal unit labour cost based on hours workedPercentage change (t/t-3)Germany19963.3

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

Share link

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