DataHerb:
Eurostats Freight Modal Split
• [ #Transportation ]
DataHerb Metadata
- DataHerb ID:
eurostats_freight_modal_split
- DataHerb Name: Eurostats Freight Modal Split
- Contributors: LM
- Description: The share of each transport modes measured by tonne-kilometers
- GitHub Repository: datumorphism/dataset-eurostats-freight-modal-split
DataHerb Leaves: Files in Dataset
- Name: freight transport mode share measured by tonne-kilometers
-
File:
- Format: csv
- Size: 73K
Fields
- transport_mode: Name of the transport mode
- country: Alpha 2 code of the country
- year: Year of the data
- value: The sum of each mode for each year for each country should be 1
- is_estimated: If the value is estimated
- not_applicable: If the value is applicable
Preview
Import Data
=IMPORTDATA("https://raw.githubusercontent.com/datumorphism/dataset-eurostats-freight-modal-split/master/dataset/eurostats_freight_modal_split.csv")
import pandas as pd
url = "https://raw.githubusercontent.com/datumorphism/dataset-eurostats-freight-modal-split/master/dataset/eurostats_freight_modal_split.csv"
df = pd.read_csv(url)
References: