Baselight

Labour Productivity In GDP (constant Prices) Per Person Employed, ENP-East Countries

Eurostat code: enpe_nama_10_lp ยท (2005 - 2023)

@eurostat.enpe_nama_10_lp

Labour Productivity In GDP (constant Prices) Per Person Employed, ENP-East Countries - Unpivoted
@eurostat.enpe_nama_10_lp.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.

  • 4.57 KB
  • 106 rows
  • 5 columns
freq

Freq

unit

Unit

geo

Geo

time_period

Time Period

value

Value

AnnualPercentageArmenia200512.2
AnnualPercentageAzerbaijan200525
AnnualPercentageBelarus20057.3
AnnualPercentageGeorgia200512.7
AnnualPercentageMoldova20057.3
AnnualPercentageUkraine20050.8
AnnualPercentageArmenia200613.2
AnnualPercentageAzerbaijan200632.9
AnnualPercentageBelarus20068.6
AnnualPercentageGeorgia200613.8

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

Share link

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