Baselight

Lorries By Type Of Motor Energy And Load Capacity (until 2012)

Eurostat code: road_eqs_lormot_h ยท (1970 - 2012)

@eurostat.road_eqs_lormot_h

Lorries By Type Of Motor Energy And Load Capacity (until 2012) - Unpivoted
@eurostat.road_eqs_lormot_h.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.

  • 34.11 KB
  • 4031 rows
  • 7 columns
freq

Freq

unit

Unit

weight

Weight

mot_nrg

Mot Nrg

geo

Geo

time_period

Time Period

value

Value

AnnualNumberTotalTotalBelgium1970186639
AnnualNumberTotalTotalCzechia197089000
AnnualNumberTotalTotalGermany19701028116
AnnualNumberTotalTotalDenmark1970245347
AnnualNumberTotalTotalGreece1970105032
AnnualNumberTotalTotalSpain19701100000
AnnualNumberTotalTotalFrance19701504100
AnnualNumberTotalTotalItaly19701260560
AnnualNumberTotalTotalLithuania197047386
AnnualNumberTotalTotalLuxembourg19708528

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

Share link

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