Baselight

New Special Purpose Road Vehicles

Eurostat code: road_eqr_spurp ยท (2008 - 2023)

@eurostat.road_eqr_spurp

New Special Purpose Road Vehicles - Unpivoted
@eurostat.road_eqr_spurp.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.

  • 6.88 KB
  • 444 rows
  • 5 columns
freq

Freq

unit

Unit

geo

Geo

time_period

Time Period

value

Value

AnnualNumberAustria20082094
AnnualNumberBelgium20083522
AnnualNumberBulgaria20082797
AnnualNumberSwitzerland2008
AnnualNumberCyprus2008632
AnnualNumberCzechia2008173
AnnualNumberGermany200815039
AnnualNumberEstonia2008500
AnnualNumberFinland20082529
AnnualNumberCroatia20081176

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.