Baselight

New Motorcycles By Engine Size

Eurostat code: road_eqr_motors ยท (1970 - 2023)

@eurostat.road_eqr_motors

New Motorcycles By Engine Size - Unpivoted
@eurostat.road_eqr_motors.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.

  • 16.55 KB
  • 1795 rows
  • 6 columns
freq

Freq

unit

Unit

engine

Engine

geo

Geo

time_period

Time Period

value

Value

AnnualNumberTotalIreland19709464
AnnualNumberTotalCroatia19752013
AnnualNumberTotalBelgium197912464
AnnualNumberTotalGermany1979101199
AnnualNumberTotalDenmark19792508
AnnualNumberTotalGreece19797935
AnnualNumberTotalSpain197950406
AnnualNumberTotalFrance1979133050
AnnualNumberTotalItaly1979129652
AnnualNumberTotalLuxembourg1979315

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

Share link

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