Baselight

Vessels Arriving In Main EU Ports By Type Of Vessels (estimates) - Experimental Statistics

Eurostat code: mar_v_est · (2015-Q1 - 2025-Q1)

@eurostat.mar_v_est

Loading...
Loading...

About this Dataset

Vessels Arriving In Main EU Ports By Type Of Vessels (estimates) - Experimental Statistics

This Eurostat dataset contains data on vessels arriving in main eu ports by type of vessels (estimates) - experimental statistics, as collected and published by the Statistical Office of the European Union.

Tables included:

  • 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: 2025-05-19T23:00:00+0200

Tables

Vessels Arriving In Main EU Ports By Type Of Vessels (estimates) - Experimental Statistics - Raw

@eurostat.mar_v_est.raw
  • 32.24 KB
  • 8 rows
  • 45 columns
Loading...

CREATE TABLE raw (
  "freq" VARCHAR,
  "vessel" VARCHAR,
  "unit" VARCHAR,
  "geo" VARCHAR,
  "n_2015_q1" DOUBLE,
  "n_2015_q2" DOUBLE,
  "n_2015_q3" DOUBLE,
  "n_2015_q4" DOUBLE,
  "n_2016_q1" DOUBLE,
  "n_2016_q2" DOUBLE,
  "n_2016_q3" DOUBLE,
  "n_2016_q4" DOUBLE,
  "n_2017_q1" DOUBLE,
  "n_2017_q2" DOUBLE,
  "n_2017_q3" DOUBLE,
  "n_2017_q4" DOUBLE,
  "n_2018_q1" DOUBLE,
  "n_2018_q2" DOUBLE,
  "n_2018_q3" DOUBLE,
  "n_2018_q4" DOUBLE,
  "n_2019_q1" DOUBLE,
  "n_2019_q2" DOUBLE,
  "n_2019_q3" DOUBLE,
  "n_2019_q4" DOUBLE,
  "n_2020_q1" DOUBLE,
  "n_2020_q2" DOUBLE,
  "n_2020_q3" DOUBLE,
  "n_2020_q4" DOUBLE,
  "n_2021_q1" DOUBLE,
  "n_2021_q2" DOUBLE,
  "n_2021_q3" DOUBLE,
  "n_2021_q4" DOUBLE,
  "n_2022_q1" DOUBLE,
  "n_2022_q2" DOUBLE,
  "n_2022_q3" DOUBLE,
  "n_2022_q4" DOUBLE,
  "n_2023_q1" DOUBLE,
  "n_2023_q2" DOUBLE,
  "n_2023_q3" DOUBLE,
  "n_2023_q4" DOUBLE,
  "n_2024_q1" DOUBLE,
  "n_2024_q2" DOUBLE,
  "n_2024_q3" DOUBLE,
  "n_2024_q4" DOUBLE,
  "n_2025_q1" DOUBLE
);

Vessels Arriving In Main EU Ports By Type Of Vessels (estimates) - Experimental Statistics - Unpivoted

@eurostat.mar_v_est.tidy
  • 7.1 KB
  • 328 rows
  • 6 columns
Loading...

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

Share link

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