Baselight

Balance Of Payments

Eurostat code: med_ecbp ยท (2005 - 2018)

@eurostat.med_ecbp

Balance Of Payments - Unpivoted
@eurostat.med_ecbp.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.

  • 29.25 KB
  • 4006 rows
  • 7 columns
freq

Freq

post

Post

stk_flow

Stk Flow

unit

Unit

geo

Geo

time_period

Time Period

value

Value

AnnualCurrent account, goodsCreditMillion euroAlgeria200537234.1
AnnualCurrent account, goodsCreditMillion euroEgypt200511152.7
AnnualCurrent account, goodsCreditMillion euroIsrael200532735.1
AnnualCurrent account, goodsCreditMillion euroJordan20053457.8
AnnualCurrent account, goodsCreditMillion euroLebanon20052218.8
AnnualCurrent account, goodsCreditMillion euroPalestine*2005400.4
AnnualCurrent account, goodsCreditMillion euroTunisia20058553.6
AnnualCurrent account, goodsDebitMillion euroAlgeria200515924.9
AnnualCurrent account, goodsDebitMillion euroEgypt200519504.6
AnnualCurrent account, goodsDebitMillion euroIsrael200535276.6

CREATE TABLE tidy (
  "freq" VARCHAR,
  "post" 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.