Baselight

Trade In Services With The Top 5 Partners

Eurostat code: egi_tr5 ยท (2004 - 2022)

@eurostat.egi_tr5

Trade In Services With The Top 5 Partners - Unpivoted
@eurostat.egi_tr5.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.

  • 6.18 KB
  • 372 rows
  • 6 columns
freq

Freq

stk_flow

Stk Flow

unit

Unit

geo

Geo

time_period

Time Period

value

Value

AnnualTotalPercentageLithuania200455.7
AnnualTotalPercentageLatvia200438.2
AnnualTotalPercentageLithuania200553.9
AnnualTotalPercentageLatvia200536.3
AnnualTotalPercentageLithuania200654.7
AnnualTotalPercentageLatvia200635.8
AnnualTotalPercentageLithuania200755.4
AnnualTotalPercentageLatvia200735.1
AnnualTotalPercentageCyprus200856
AnnualTotalPercentageItaly200843.5

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

Share link

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