Baselight

Rail Infrastructure: Length Of Network

Eurostat code: med_ra1 ยท (2005 - 2019)

@eurostat.med_ra1

Rail Infrastructure: Length Of Network - Unpivoted
@eurostat.med_ra1.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.

  • 4.28 KB
  • 97 rows
  • 5 columns
freq

Freq

unit

Unit

geo

Geo

time_period

Time Period

value

Value

AnnualKilometreAlgeria20053572
AnnualKilometreEgypt20055128
AnnualKilometreIsrael2005896
AnnualKilometreJordan2005622
AnnualKilometreLebanon2005
AnnualKilometreMorocco20051907
AnnualKilometrePalestine*2005
AnnualKilometreTunisia20051963
AnnualKilometreAlgeria20063572
AnnualKilometreEgypt20065128

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

Share link

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