Baselight

Lorries By Load Capacity (until 2012)

Eurostat code: road_eqs_lornum_h ยท (1970 - 2012)

@eurostat.road_eqs_lornum_h

Lorries By Load Capacity (until 2012) - Unpivoted
@eurostat.road_eqs_lornum_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.

  • 33.6 KB
  • 4292 rows
  • 6 columns
freq

Freq

unit

Unit

weight

Weight

geo

Geo

time_period

Time Period

value

Value

AnnualNumberTotalBelgium1970186639
AnnualNumberTotalCzechia197089000
AnnualNumberTotalGermany19701028116
AnnualNumberTotalDenmark1970245347
AnnualNumberTotalGreece1970105032
AnnualNumberTotalSpain19701100000
AnnualNumberTotalFrance19701504100
AnnualNumberTotalItaly19701260560
AnnualNumberTotalLithuania197047386
AnnualNumberTotalLuxembourg19708528

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

Share link

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