Baselight

Container Transport By Type Of Goods And Country/region Of Loading And Unloading (2007)

Eurostat code: iww_go_actygf07 ยท (2007 - 2007)

@eurostat.iww_go_actygf07

Loading...
Loading...

About this Dataset

Container Transport By Type Of Goods And Country/region Of Loading And Unloading (2007)

This Eurostat dataset contains data on container transport by type of goods and country/region of loading and unloading (2007), 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: 2013-03-26T23:00:00+0100

Tables

Container Transport By Type Of Goods And Country/region Of Loading And Unloading (2007) - Raw

@eurostat.iww_go_actygf07.raw
  • 8.89 KB
  • 1700 rows
  • 7 columns
Loading...

CREATE TABLE raw (
  "freq" VARCHAR,
  "nstr24" VARCHAR,
  "c_unload" VARCHAR,
  "c_load" VARCHAR,
  "unit" VARCHAR,
  "geo" VARCHAR,
  "n_2007" DOUBLE
);

Container Transport By Type Of Goods And Country/region Of Loading And Unloading (2007) - Unpivoted

@eurostat.iww_go_actygf07.tidy
  • 9.47 KB
  • 1700 rows
  • 8 columns
Loading...

CREATE TABLE tidy (
  "freq" VARCHAR,
  "nstr24" 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.