DataHerb
Flora Add Data Articles
Ecosystem
Python Package
Community
Telegram
About

DataHerb:

International quarterly road freight transport - goods loaded/unloaded in reporting country by Eurostats

• [ #Transportation ]

DataHerb Metadata

  • DataHerb ID: eurostats_road_freight_goods_load_unload
  • DataHerb Name: International quarterly road freight transport - goods loaded/unloaded in reporting country by Eurostats
  • Contributors: LM
  • Description: Eurostats: International quarterly road freight transport - goods loaded/unloaded in reporting country, by type of transport (1 000 t, Mio Tkm) (road_go_iq_ltt/road_go_iq_utt)
  • GitHub Repository: datumorphism/dataset-eurostats-road-freight-goods-load-unload

DataHerb Leaves: Files in Dataset

  • Metadata
  • Usage
  • Name: Road Freight Goods Loaded in Country in Unit of Million Tonne KM
  • File:
  • Format: csv
  • Size: 20M

Fields

  1. country: goods loaded in country alpha 2 code
  2. unload_country: The country of unload
  3. carriage: type of carriage
  4. year: year of the measurement
  5. value: million tonne-km of goods loaded
  6. unit: millon tonne-km

Preview

Import Data

Copy the following code and paste into a Google Spreadsheet cell.
=IMPORTDATA("https://raw.githubusercontent.com/datumorphism/dataset-eurostats-road-freight-goods-load-unload/master/dataset/road_freight_goods_loaded_in_country_in_million_tonne_km.csv")
Load data into a Pandas DataFrame:
import pandas as pd
url = "https://raw.githubusercontent.com/datumorphism/dataset-eurostats-road-freight-goods-load-unload/master/dataset/road_freight_goods_loaded_in_country_in_million_tonne_km.csv"
df = pd.read_csv(url)
  • Name: Road Freight Goods Loaded in Country in Unit of Thousand Tonnes
  • File:
  • Format: csv
  • Size: 21M

Fields

  1. country: goods loaded in country alpha 2 code
  2. unload_country: The country of unload
  3. carriage: type of carriage
  4. year: year of the measurement
  5. value: goods loaded in thousand tonnes
  6. unit: thousand tonnes

Preview

Import Data

Copy the following code and paste into a Google Spreadsheet cell.
=IMPORTDATA("https://raw.githubusercontent.com/datumorphism/dataset-eurostats-road-freight-goods-load-unload/master/dataset/road_freight_goods_loaded_in_country_in_thousand_tonnes.csv")
Load data into a Pandas DataFrame:
import pandas as pd
url = "https://raw.githubusercontent.com/datumorphism/dataset-eurostats-road-freight-goods-load-unload/master/dataset/road_freight_goods_loaded_in_country_in_thousand_tonnes.csv"
df = pd.read_csv(url)
  • Name: Road Freight Goods Unloaded in Country in Unit of Million Tonne KM
  • File:
  • Format: csv
  • Size: 19M

Fields

  1. country: goods unloaded in country alpha 2 code
  2. load_country: the country code where the goods are loaded
  3. carriage: type of carriage
  4. year: year of the measurement
  5. value: million tonne-km of goods loaded
  6. unit: millon tonne-km

Preview

Import Data

Copy the following code and paste into a Google Spreadsheet cell.
=IMPORTDATA("https://raw.githubusercontent.com/datumorphism/dataset-eurostats-road-freight-goods-load-unload/master/dataset/road_freight_goods_unloaded_in_country_in_million_tonne_km.csv")
Load data into a Pandas DataFrame:
import pandas as pd
url = "https://raw.githubusercontent.com/datumorphism/dataset-eurostats-road-freight-goods-load-unload/master/dataset/road_freight_goods_unloaded_in_country_in_million_tonne_km.csv"
df = pd.read_csv(url)
  • Name: Road Freight Goods Unloaded in Country in Unit of Thousand Tonnes
  • File:
  • Format: csv
  • Size: 19M

Fields

  1. country: goods loaded in country alpha 2 code
  2. unload_country: The country of unload
  3. carriage: type of carriage
  4. year: year of the measurement
  5. value: goods loaded in thousand tonnes
  6. unit: thousand tonnes

Preview

Import Data

Copy the following code and paste into a Google Spreadsheet cell.
=IMPORTDATA("https://raw.githubusercontent.com/datumorphism/dataset-eurostats-road-freight-goods-load-unload/master/dataset/road_freight_goods_unloaded_in_country_in_thousand_tonnes.csv")
Load data into a Pandas DataFrame:
import pandas as pd
url = "https://raw.githubusercontent.com/datumorphism/dataset-eurostats-road-freight-goods-load-unload/master/dataset/road_freight_goods_unloaded_in_country_in_thousand_tonnes.csv"
df = pd.read_csv(url)

References:

  • Raw Data: International quarterly road freight transport - goods loaded in reporting country, by type of transport (1 000 t, Mio Tkm) (road_go_iq_ltt) @ Eurostats
  • International quarterly road freight transport - goods unloaded in reporting country, by type of transport (1 000 t, Mio Tkm) (road_go_iq_utt) @ Eurostats
  • International quarterly road freight transport - goods loaded in reporting country, by type of transport (1 000 t, Mio Tkm)
  • International quarterly road freight transport - goods unloaded in reporting country, by type of transport (1 000 t, Mio Tkm)
explorer@dataherb: ~
The DataHerb Terminal — Type help.
➜ ~

The DataHerb Index by DataHerb.