Baselight

New Motor Coaches, Buses And Trolley Buses By Type Of Motor Energy (until 2013)

Eurostat code: road_eqs_busmot_h ยท (1970 - 2013)

@eurostat.road_eqs_busmot_h

New Motor Coaches, Buses And Trolley Buses By Type Of Motor Energy (until 2013) - Unpivoted
@eurostat.road_eqs_busmot_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.

  • 16.97 KB
  • 1981 rows
  • 6 columns
freq

Freq

unit

Unit

mot_nrg

Mot Nrg

geo

Geo

time_period

Time Period

value

Value

AnnualNumberTotalBelgium197016169
AnnualNumberTotalBulgaria1970205
AnnualNumberTotalCzechia197014489
AnnualNumberTotalGermany197047253
AnnualNumberTotalDenmark19705039
AnnualNumberTotalGreece197010546
AnnualNumberTotalSpain197044800
AnnualNumberTotalFrance197041000
AnnualNumberTotalItaly197032899
AnnualNumberTotalLithuania19705035

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

Share link

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