Baselight

Road Cabotage Transport By Country In Which Cabotage Takes Place (tkm) - (1991-1997)

Eurostat code: road_go_ca_d_c ยท (1991 - 1997)

@eurostat.road_go_ca_d_c

Loading...
Loading...

About this Dataset

Road Cabotage Transport By Country In Which Cabotage Takes Place (tkm) - (1991-1997)

This Eurostat dataset contains data on road cabotage transport by country in which cabotage takes place (tkm) - (1991-1997), 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: 2009-09-04T23:00:00+0200

Tables

Road Cabotage Transport By Country In Which Cabotage Takes Place (tkm) - (1991-1997) - Raw

@eurostat.road_go_ca_d_c.raw
  • 8.23 kB
  • 17 rows
  • 10 columns
Loading...
CREATE TABLE raw (
  "freq" VARCHAR,
  "unit" VARCHAR,
  "c_cabot" VARCHAR,
  "n_1991" DOUBLE  -- 1991,
  "n_1992" DOUBLE  -- 1992,
  "n_1993" DOUBLE  -- 1993,
  "n_1994" DOUBLE  -- 1994,
  "n_1995" DOUBLE  -- 1995,
  "n_1996" DOUBLE  -- 1996,
  "n_1997" DOUBLE  -- 1997
);

Road Cabotage Transport By Country In Which Cabotage Takes Place (tkm) - (1991-1997) - Unpivoted

@eurostat.road_go_ca_d_c.tidy
  • 5.12 kB
  • 119 rows
  • 5 columns
Loading...
CREATE TABLE tidy (
  "freq" VARCHAR,
  "unit" VARCHAR,
  "c_cabot" VARCHAR,
  "time_period" VARCHAR,
  "value" DOUBLE
);

Share link

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