Baselight

Nominal Unit Labour Cost Growth, ENP-East Countries

Eurostat code: enpe_nama_10_ulc ยท (2005 - 2023)

@eurostat.enpe_nama_10_ulc

Nominal Unit Labour Cost Growth, ENP-East Countries - Unpivoted
@eurostat.enpe_nama_10_ulc.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.47 KB
  • 88 rows
  • 5 columns
freq

Freq

unit

Unit

geo

Geo

time_period

Time Period

value

Value

AnnualPercentageArmenia2005-1.4
AnnualPercentageAzerbaijan2005-10.8
AnnualPercentageBelarus20055.8
AnnualPercentageGeorgia2005-0.3
AnnualPercentageArmenia2006-2.4
AnnualPercentageAzerbaijan2006-25.3
AnnualPercentageBelarus20064
AnnualPercentageGeorgia2006-2.4
AnnualPercentageMoldova20061.3
AnnualPercentageArmenia2007-4.7

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.