Baselight
Login
Login

Number Of Principal Ports

Eurostat code: enps_mar_por ยท (2005 - 2022)

@eurostat.enps_mar_por

Number Of Principal Ports - Unpivoted
@eurostat.enps_mar_por.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.22 KB
  • 121 rows
  • 5 columns
freq

Freq

unit

Unit

geo

Geo

time_period

Time Period

value

Value

AnnualNumberAlgeria200510
AnnualNumberEgypt200512
AnnualNumberIsrael20053
AnnualNumberJordan20051
AnnualNumberLebanon20051
AnnualNumberLibya20059
AnnualNumberTunisia20057
AnnualNumberAlgeria200610
AnnualNumberEgypt200612
AnnualNumberIsrael20063

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.