Baselight

Passenger Cars, By Type Of Motor Energy

Eurostat code: road_eqs_carpda ยท (1992 - 2023)

@eurostat.road_eqs_carpda

Passenger Cars, By Type Of Motor Energy - Unpivoted
@eurostat.road_eqs_carpda.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.

  • 37.75 KB
  • 5754 rows
  • 6 columns
freq

Freq

unit

Unit

mot_nrg

Mot Nrg

geo

Geo

time_period

Time Period

value

Value

AnnualNumberTotalGermany199236042408
AnnualNumberAlternative energyGermany20009000
AnnualNumberDieselGermany20006357000
AnnualNumberElectricityGermany20003000
AnnualNumberPetroleum productsGermany200037406000
AnnualNumberTotalGermany200043772260
AnnualNumberTotalEuropean Union - 27 countries (from 2020)2000182033003
AnnualNumberDieselGermany200710046000
AnnualNumberPetroleum productsGermany200730905000
AnnualNumberTotalGermany200741184000

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

Share link

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