Volume Of Containers Transported To/from Main Ports – Quarterly Data (2025 – 2026)
Eurostat code: mar_go_qm_c2026 · (2025-Q1 - 2025-Q1)
@eurostat.mar_go_qm_c2026
Eurostat code: mar_go_qm_c2026 · (2025-Q1 - 2025-Q1)
@eurostat.mar_go_qm_c2026
CREATE TABLE raw (
"freq" VARCHAR,
"par_mar" VARCHAR,
"direct" VARCHAR,
"cargo" VARCHAR,
"loadstat" VARCHAR,
"unit" VARCHAR,
"rep_mar" VARCHAR,
"n_2025_q1" DOUBLE
);
CREATE TABLE tidy (
"freq" VARCHAR,
"par_mar" VARCHAR,
"direct" VARCHAR,
"cargo" VARCHAR,
"loadstat" VARCHAR,
"unit" VARCHAR,
"rep_mar" VARCHAR,
"time_period" VARCHAR,
"value" DOUBLE
);
Anyone who has the link will be able to view this.