DataHerb
Flora Add Data Articles
Ecosystem
Python Package
Community
Telegram
About

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

  • Metadata
  • Usage
  • Name: motorway networks length in unit of km in CSV format
  • File:
  • Format: csv
  • Size: 91K

Fields

  1. transport_infrastructure: The corresponding transport infrastructure
  2. country: Country Alpha 2 Code
  3. nuts_2: NUTS 2 Code of the region
  4. year: year of the measurement
  5. value: length of the motorway network
  6. unit: km, unit of length

Preview

Import Data

Copy the following code and paste into a Google Spreadsheet cell.
=IMPORTDATA("https://raw.githubusercontent.com/datumorphism/dataset-eu-motorways-network/master/dataset/motorway_network_unit_km.csv")
Load data into a Pandas DataFrame:
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

  1. transport_infrastructure: The corresponding transport infrastructure
  2. country: Country Alpha 2 Code
  3. nuts_2: NUTS 2 Code of the region
  4. year: year of the measurement
  5. value: length per area of the motorway network
  6. unit: km per thousand km, unit of length per area

Preview

Import Data

Copy the following code and paste into a Google Spreadsheet cell.
=IMPORTDATA("https://raw.githubusercontent.com/datumorphism/dataset-eu-motorways-network/master/dataset/motorway_network_unit_km_per_thousand_square_km.csv")
Load data into a Pandas DataFrame:
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:

  • Raw Data: Motorways network by NUTS 2 regions (tgs00114) @ Main Tables @ Eurostats
  • Motorways network by NUTS 2 regions (DataBrowser)
  • Motorways network by NUTS 2 regions (Tables, Graphs, Maps)
  • Metadata Illustration: Regional transport statistics (reg_tran)
explorer@dataherb: ~
The DataHerb Terminal — Type help.
➜ ~

The DataHerb Index by DataHerb.