Baselight

Employment Growth (domestic Concept), ENP-East Countries

Eurostat code: enpe_nama_10_pe ยท (2006 - 2024)

@eurostat.enpe_nama_10_pe

Employment Growth (domestic Concept), ENP-East Countries - Unpivoted
@eurostat.enpe_nama_10_pe.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.44 KB
  • 89 rows
  • 5 columns
freq

Freq

unit

Unit

geo

Geo

time_period

Time Period

value

Value

AnnualPercentageArmenia2006-0.5
AnnualPercentageAzerbaijan20061.2
AnnualPercentageGeorgia2006-3.9
AnnualPercentageMoldova2006-4.7
AnnualPercentageUkraine20060.2
AnnualPercentageArmenia20070.8
AnnualPercentageAzerbaijan20071.3
AnnualPercentageGeorgia2007-2.5
AnnualPercentageMoldova2007-0.8
AnnualPercentageUkraine20070.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.