Baselight

New Lorries By Alternative Motor Energy And Load Capacity Of +/- 1500 Kg (until 2012)

Eurostat code: road_eqr_loralt ยท (2006 - 2012)

@eurostat.road_eqr_loralt

Loading...
Loading...

About this Dataset

New Lorries By Alternative Motor Energy And Load Capacity Of +/- 1500 Kg (until 2012)

This Eurostat dataset contains data on new lorries by alternative motor energy and load capacity of +/- 1500 kg (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-07-21T23:00:00+0200

Tables

New Lorries By Alternative Motor Energy And Load Capacity Of +/- 1500 Kg (until 2012) - Raw

@eurostat.road_eqr_loralt.raw
  • 12.35 KB
  • 300 rows
  • 12 columns
Loading...

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

New Lorries By Alternative Motor Energy And Load Capacity Of +/- 1500 Kg (until 2012) - Unpivoted

@eurostat.road_eqr_loralt.tidy
  • 9.23 KB
  • 1525 rows
  • 7 columns
Loading...

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

Share link

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