Baselight
Login
Login

Length Of Network

Eurostat code: enps_rail_if ยท (2005 - 2023)

@eurostat.enps_rail_if

Length Of Network - Unpivoted
@eurostat.enps_rail_if.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.4 KB
  • 107 rows
  • 5 columns
freq

Freq

unit

Unit

geo

Geo

time_period

Time Period

value

Value

AnnualKilometreAlgeria20053572
AnnualKilometreEgypt20055128
AnnualKilometreIsrael2005896
AnnualKilometreJordan2005622
AnnualKilometreMorocco20051907
AnnualKilometrePalestine*2005
AnnualKilometreTunisia20051909
AnnualKilometreAlgeria20063572
AnnualKilometreEgypt20065128
AnnualKilometreIsrael2006905

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

Share link

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