Baselight

Road Traffic Performance By Traffic And Registration Location, Type Of Vehicle And Motor Energy (until 2012)

Eurostat code: road_tf_veh_h ยท (2005 - 2012)

@eurostat.road_tf_veh_h

Loading...
Loading...

About this Dataset

Road Traffic Performance By Traffic And Registration Location, Type Of Vehicle And Motor Energy (until 2012)

This Eurostat dataset contains data on road traffic performance by traffic and registration location, type of vehicle and motor energy (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

Road Traffic Performance By Traffic And Registration Location, Type Of Vehicle And Motor Energy (until 2012) - Raw

@eurostat.road_tf_veh_h.raw
  • 28.44 KB
  • 993 rows
  • 14 columns
Loading...

CREATE TABLE raw (
  "freq" VARCHAR,
  "mot_nrg" VARCHAR,
  "regisveh" 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
);

Road Traffic Performance By Traffic And Registration Location, Type Of Vehicle And Motor Energy (until 2012) - Unpivoted

@eurostat.road_tf_veh_h.tidy
  • 25.7 KB
  • 3299 rows
  • 8 columns
Loading...

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