Baselight

Inland Waterway Transport By Type Of Cargo And Country/region Of Loading And Unloading

Eurostat code: iww_go_atycafl · (2014 - 2023)

@eurostat.iww_go_atycafl

Loading...
Loading...

About this Dataset

Inland Waterway Transport By Type Of Cargo And Country/region Of Loading And Unloading

This Eurostat dataset contains data on inland waterway transport by type of cargo and country/region of loading and unloading, 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: 2024-11-13T23:00:00+0100

Tables

Inland Waterway Transport By Type Of Cargo And Country/region Of Loading And Unloading - Raw

@eurostat.iww_go_atycafl.raw
  • 1.85 MB
  • 243966 rows
  • 16 columns
Loading...

CREATE TABLE raw (
  "freq" VARCHAR,
  "cargo" VARCHAR,
  "c_unload" VARCHAR,
  "c_load" VARCHAR,
  "unit" VARCHAR,
  "geo" VARCHAR,
  "n_2014" DOUBLE,
  "n_2015" DOUBLE,
  "n_2016" DOUBLE,
  "n_2017" DOUBLE,
  "n_2018" DOUBLE,
  "n_2019" DOUBLE,
  "n_2020" DOUBLE,
  "n_2021" DOUBLE,
  "n_2022" DOUBLE,
  "n_2023" DOUBLE
);

Inland Waterway Transport By Type Of Cargo And Country/region Of Loading And Unloading - Unpivoted

@eurostat.iww_go_atycafl.tidy
  • 1.86 MB
  • 1089646 rows
  • 8 columns
Loading...

CREATE TABLE tidy (
  "freq" VARCHAR,
  "cargo" VARCHAR,
  "c_unload" VARCHAR,
  "c_load" VARCHAR,
  "unit" VARCHAR,
  "geo" VARCHAR,
  "time_period" VARCHAR,
  "value" DOUBLE
);

Share link

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