Baselight

Road Cabotage Transport Performed By Each Reporting Country (tkm) - (1991-1998)

Eurostat code: road_go_ca_d_ha ยท (1991 - 1998)

@eurostat.road_go_ca_d_ha

Loading...
Loading...

About this Dataset

Road Cabotage Transport Performed By Each Reporting Country (tkm) - (1991-1998)

This Eurostat dataset contains data on road cabotage transport performed by each reporting country (tkm) - (1991-1998), 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 Performed By Each Reporting Country (tkm) - (1991-1998) - Raw

@eurostat.road_go_ca_d_ha.raw
  • 8.65 KB
  • 17 rows
  • 11 columns
Loading...

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

Road Cabotage Transport Performed By Each Reporting Country (tkm) - (1991-1998) - Unpivoted

@eurostat.road_go_ca_d_ha.tidy
  • 5 KB
  • 125 rows
  • 5 columns
Loading...

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

Share link

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