Baselight

Road Equipment: New Registrations By Categories

Eurostat code: med_rd5 ยท (2000 - 2015)

@eurostat.med_rd5

Road Equipment: New Registrations By Categories - Unpivoted
@eurostat.med_rd5.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.

  • 6.35 KB
  • 266 rows
  • 6 columns
freq

Freq

unit

Unit

vehicle

Vehicle

geo

Geo

time_period

Time Period

value

Value

AnnualNumberLorriesIsrael200034082
AnnualNumberLorriesJordan20002200
AnnualNumberLorriesLebanon2000775
AnnualNumberLorriesMorocco200011498
AnnualNumberRoad tractorsIsrael2000452
AnnualNumberRoad tractorsJordan2000596
AnnualNumberRoad tractorsMorocco2000688
AnnualNumberRoad tractorsPalestine*200017
AnnualNumberGoods road vehiclesIsrael200034534
AnnualNumberGoods road vehiclesJordan20002796

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.