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.04 KB
  • 17 rows
  • 10 columns
Loading...

CREATE TABLE raw (
  "freq" VARCHAR,
  "unit" VARCHAR,
  "c_cabot" VARCHAR,
  "n_1991" DOUBLE,
  "n_1992" DOUBLE,
  "n_1993" DOUBLE,
  "n_1994" DOUBLE,
  "n_1995" DOUBLE,
  "n_1996" DOUBLE,
  "n_1997" DOUBLE
);

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

@eurostat.road_go_ca_d_c.tidy
  • 5 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.