Baselight

Road Equipment: Load Capacity Of Lorries

Eurostat code: med_rd4 ยท (2000 - 2015)

@eurostat.med_rd4

Road Equipment: Load Capacity Of Lorries - Unpivoted
@eurostat.med_rd4.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.

  • 5.3 KB
  • 112 rows
  • 6 columns
freq

Freq

unit

Unit

vehicle

Vehicle

geo

Geo

time_period

Time Period

value

Value

AnnualThousand tonnesLorriesJordan2000246.6
AnnualThousand tonnesSemi-trailersJordan200016.9
AnnualThousand tonnesTrailersJordan20000.5
AnnualThousand tonnesGoods road vehiclesJordan2000263.9
AnnualThousand tonnesLorriesJordan2001269.5
AnnualThousand tonnesSemi-trailersJordan200117
AnnualThousand tonnesTrailersJordan20010.5
AnnualThousand tonnesGoods road vehiclesJordan2001286.9
AnnualThousand tonnesLorriesJordan2002280.4
AnnualThousand tonnesSemi-trailersJordan200217

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

Share link

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