Baselight

New Lorries, Road Tractors, Semi-trailers And Trailers By Type Of Carriage (until 2012)

Eurostat code: road_eqr_lrstn ยท (1988 - 2012)

@eurostat.road_eqr_lrstn

New Lorries, Road Tractors, Semi-trailers And Trailers By Type Of Carriage (until 2012) - Unpivoted
@eurostat.road_eqr_lrstn.tidy

This table contains the same data as the raw table, but in a tidy format: time period values are unpivoted into rows under a single time_period column, making the dataset easier to analyze and visualize.

  • 23.85 KB
  • 3090 rows
  • 7 columns
freq

Freq

unit

Unit

vehicle

Vehicle

tra_type

Tra Type

geo

Geo

time_period

Time Period

value

Value

AnnualNumberLorriesTotalFrance1988404351
AnnualNumberSemi-trailersTotalGermany19886565
AnnualNumberSemi-trailersTotalFrance198818662
AnnualNumberSemi-trailersTotalNorway1988232
AnnualNumberRoad tractorsTotalSwitzerland1988642
AnnualNumberRoad tractorsTotalGermany19887810
AnnualNumberRoad tractorsTotalFrance198821049
AnnualNumberRoad tractorsTotalNorway1988294
AnnualNumberTrailersTotalFrance19883259
AnnualNumberLorriesTotalFrance1989421764

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

Share link

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