Baselight

National Road Traffic Performance By Type Of Vehicle And Type Of Road (until 2012)

Eurostat code: road_tf_road_h ยท (2005 - 2012)

@eurostat.road_tf_road_h

Loading...
Loading...

About this Dataset

National Road Traffic Performance By Type Of Vehicle And Type Of Road (until 2012)

This Eurostat dataset contains data on national road traffic performance by type of vehicle and type of road (until 2012), 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: 2023-11-17T23:00:00+0100

Tables

National Road Traffic Performance By Type Of Vehicle And Type Of Road (until 2012) - Raw

@eurostat.road_tf_road_h.raw
  • 22.97 KB
  • 650 rows
  • 13 columns
Loading...

CREATE TABLE raw (
  "freq" VARCHAR,
  "tra_infr" VARCHAR,
  "unit" VARCHAR,
  "vehicle" VARCHAR,
  "geo" VARCHAR,
  "n_2005" DOUBLE,
  "n_2006" DOUBLE,
  "n_2007" DOUBLE,
  "n_2008" DOUBLE,
  "n_2009" DOUBLE,
  "n_2010" DOUBLE,
  "n_2011" DOUBLE,
  "n_2012" DOUBLE
);

National Road Traffic Performance By Type Of Vehicle And Type Of Road (until 2012) - Unpivoted

@eurostat.road_tf_road_h.tidy
  • 19.41 KB
  • 2139 rows
  • 7 columns
Loading...

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

Share link

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