Baselight

New Passenger Cars By Type Of Motor Energy And Engine Size

Eurostat code: road_eqr_carmot · (1970 - 2023)

@eurostat.road_eqr_carmot

New Passenger Cars By Type Of Motor Energy And Engine Size - Unpivoted
@eurostat.road_eqr_carmot.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.

  • 46.5 KB
  • 6059 rows
  • 7 columns
freq

Freq

unit

Unit

mot_nrg

Mot Nrg

engine

Engine

geo

Geo

time_period

Time Period

value

Value

AnnualNumberPetroleum productsFrom 1 400 to 1 999 cm³Ireland19709843
AnnualNumberPetroleum products2 000 cm³ or overIreland19702355
AnnualNumberPetroleum productsLess than 1 400 cm³Ireland197040749
AnnualNumberTotalTotalBelgium1970295701
AnnualNumberTotalTotalGermany19702107123
AnnualNumberTotalTotalDenmark1970108634
AnnualNumberTotalTotalGreece197032354
AnnualNumberTotalTotalSpain1970572346
AnnualNumberTotalTotalFrance19701296240
AnnualNumberTotalTotalIreland197052947

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

Share link

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