Baselight

Load Capacity Of Lorries (until 2012)

Eurostat code: road_eqs_lorton_h ยท (1979 - 2012)

@eurostat.road_eqs_lorton_h

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

  • 18.39 KB
  • 3167 rows
  • 6 columns
freq

Freq

unit

Unit

weight

Weight

geo

Geo

time_period

Time Period

value

Value

AnnualThousand tonnesTotalBelgium1979671
AnnualThousand tonnesTotalGermany19793761
AnnualThousand tonnesTotalSpain1979
AnnualThousand tonnesTotalFrance19793931
AnnualThousand tonnesTotalUnited Kingdom19796894
AnnualThousand tonnesTotalBelgium1980697
AnnualThousand tonnesTotalGermany19803897
AnnualThousand tonnesTotalSpain1980
AnnualThousand tonnesTotalFrance19803953
AnnualThousand tonnesTotalUnited Kingdom19806450

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

Share link

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