Baselight

Labour Productivity Per Hour Worked - Annual Data

Eurostat code: tipsna70 · (1995 - 2024)

@eurostat.tipsna70

Labour Productivity Per Hour Worked - Annual Data - Unpivoted
@eurostat.tipsna70.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.

  • 12.66 KB
  • 1706 rows
  • 6 columns
freq

Freq

na_item

Na Item

unit

Unit

geo

Geo

time_period

Time Period

value

Value

AnnualReal labour productivity per hour workedIndex, 2015=100Austria199575.92
AnnualReal labour productivity per hour workedIndex, 2015=100Belgium199582.702
AnnualReal labour productivity per hour workedIndex, 2015=100Bulgaria199562.701
AnnualReal labour productivity per hour workedIndex, 2015=100Cyprus199576.182
AnnualReal labour productivity per hour workedIndex, 2015=100Czechia199560.569
AnnualReal labour productivity per hour workedIndex, 2015=100Germany199579.33
AnnualReal labour productivity per hour workedIndex, 2015=100Denmark199580.631
AnnualReal labour productivity per hour workedIndex, 2015=100Euro area – 20 countries (from 2023)199580.517
AnnualReal labour productivity per hour workedIndex, 2015=100Estonia199540.027
AnnualReal labour productivity per hour workedIndex, 2015=100Greece199584.539

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.