DataHerb:
EU Motorways Network Length
• [ #Transportation ]
DataHerb Metadata
- DataHerb ID:
eurostats_motorways_network
- DataHerb Name: EU Motorways Network Length
- Contributors: LM
- Description: The lengths of motorways in EU by NUTS 2
- GitHub Repository: datumorphism/dataset-eu-motorways-network
DataHerb Leaves: Files in Dataset
- Name: motorway networks length in unit of km in CSV format
-
File:
- Format: csv
- Size: 91K
Fields
- transport_infrastructure: The corresponding transport infrastructure
- country: Country Alpha 2 Code
- nuts_2: NUTS 2 Code of the region
- year: year of the measurement
- value: length of the motorway network
- unit: km, unit of length
Preview
Import Data
=IMPORTDATA("https://raw.githubusercontent.com/datumorphism/dataset-eu-motorways-network/master/dataset/motorway_network_unit_km.csv")
import pandas as pd
url = "https://raw.githubusercontent.com/datumorphism/dataset-eu-motorways-network/master/dataset/motorway_network_unit_km.csv"
df = pd.read_csv(url)
- Name: motorway network length per square km in EU in CSV format
-
File:
- Format: csv
- Size: 105K
Fields
- transport_infrastructure: The corresponding transport infrastructure
- country: Country Alpha 2 Code
- nuts_2: NUTS 2 Code of the region
- year: year of the measurement
- value: length per area of the motorway network
- unit: km per thousand km, unit of length per area
Preview
Import Data
=IMPORTDATA("https://raw.githubusercontent.com/datumorphism/dataset-eu-motorways-network/master/dataset/motorway_network_unit_km_per_thousand_square_km.csv")
import pandas as pd
url = "https://raw.githubusercontent.com/datumorphism/dataset-eu-motorways-network/master/dataset/motorway_network_unit_km_per_thousand_square_km.csv"
df = pd.read_csv(url)
References: