Baselight

Domestic Industrial Production Price Index, ENP-East Countries

Eurostat code: enpe_sts_inppd ยท (2010 - 2023)

@eurostat.enpe_sts_inppd

Domestic Industrial Production Price Index, ENP-East Countries - Unpivoted
@eurostat.enpe_sts_inppd.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.37 KB
  • 61 rows
  • 5 columns
freq

Freq

unit

Unit

geo

Geo

time_period

Time Period

value

Value

AnnualIndex, 2015=100Armenia201076.4
AnnualIndex, 2015=100Belarus201022.5
AnnualIndex, 2015=100Ukraine201050.9
AnnualIndex, 2015=100Armenia201183
AnnualIndex, 2015=100Belarus201138.3
AnnualIndex, 2015=100Moldova201185.5
AnnualIndex, 2015=100Ukraine201160.6
AnnualIndex, 2015=100Armenia201288.5
AnnualIndex, 2015=100Belarus201266.7
AnnualIndex, 2015=100Moldova201289

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.