DataHerb
Flora Add Data Articles
Ecosystem
Python Package
Community
Telegram
About

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

  • Metadata
  • Usage
  • Name: freight transport mode share measured by tonne-kilometers
  • File:
  • Format: csv
  • Size: 73K

Fields

  1. transport_mode: Name of the transport mode
  2. country: Alpha 2 code of the country
  3. year: Year of the data
  4. value: The sum of each mode for each year for each country should be 1
  5. is_estimated: If the value is estimated
  6. not_applicable: If the value is applicable

Preview

Import Data

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

  • Raw Data: Modal split of freight transport (t2020_rk320) @ Main Tables @ Eurostats
  • Modal split of freight transport (Data Browser)
  • Modal split of freight transport Code: t2020_rk320 (% in total inland freight tonne-km)
explorer@dataherb: ~
The DataHerb Terminal — Type help.
➜ ~

The DataHerb Index by DataHerb.