Baselight

Share Of Imports And Exports In EU27 Trade, ENP-East Countries

Eurostat code: enpe_ext_intro ยท (2005 - 2024)

@eurostat.enpe_ext_intro

Share Of Imports And Exports In EU27 Trade, ENP-East Countries - Unpivoted
@eurostat.enpe_ext_intro.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.

  • 5.43 KB
  • 156 rows
  • 6 columns
freq

Freq

unit

Unit

stk_flow

Stk Flow

geo

Geo

time_period

Time Period

value

Value

AnnualPercentageExportsArmenia200546.6
AnnualPercentageExportsGeorgia200521.4
AnnualPercentageExportsMoldova200539.7
AnnualPercentageImportsArmenia200533.2
AnnualPercentageImportsGeorgia200527.4
AnnualPercentageImportsMoldova200544.7
AnnualPercentageExportsArmenia200647.3
AnnualPercentageExportsGeorgia200622
AnnualPercentageExportsMoldova200648.4
AnnualPercentageExportsUkraine200630.6

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

Share link

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