Gross Weight Of Goods Transported To/from Main Ports - Montenegro
Eurostat code: mar_go_am_me ยท (2018 - 2022)
@eurostat.mar_go_am_me
Eurostat code: mar_go_am_me ยท (2018 - 2022)
@eurostat.mar_go_am_me
This Eurostat dataset contains data on gross weight of goods transported to/from main ports - montenegro, as collected and published by the Statistical Office of the European Union.
raw
: Original table as downloaded from Eurostat.tidy
: A cleaned and transformed version of the raw
table, where time period values appear as rows instead of columns (unpivoted format).Last updated: 2024-04-22T23:00:00+0200
CREATE TABLE raw (
"freq" VARCHAR,
"direct" VARCHAR,
"unit" VARCHAR,
"natvessr" VARCHAR,
"cargo" VARCHAR,
"par_mar" VARCHAR,
"rep_mar" VARCHAR,
"n_2018" DOUBLE -- 2018,
"n_2019" DOUBLE -- 2019,
"n_2020" DOUBLE -- 2020,
"n_2021" DOUBLE -- 2021,
"n_2022" DOUBLE -- 2022
);
CREATE TABLE tidy (
"freq" VARCHAR,
"direct" VARCHAR,
"unit" VARCHAR,
"natvessr" VARCHAR,
"cargo" VARCHAR,
"par_mar" VARCHAR,
"rep_mar" VARCHAR,
"time_period" VARCHAR,
"value" DOUBLE
);
Anyone who has the link will be able to view this.