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
- Name: Road Freight Goods Loaded in Country in Unit of Million Tonne KM
-
File:
- Format: csv
- Size: 20M
Fields
- country: goods loaded in country alpha 2 code
- unload_country: The country of unload
- carriage: type of carriage
- year: year of the measurement
- value: million tonne-km of goods loaded
- unit: millon tonne-km
Preview
Import Data
=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")
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
- country: goods loaded in country alpha 2 code
- unload_country: The country of unload
- carriage: type of carriage
- year: year of the measurement
- value: goods loaded in thousand tonnes
- unit: thousand tonnes
Preview
Import Data
=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")
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
- country: goods unloaded in country alpha 2 code
- load_country: the country code where the goods are loaded
- carriage: type of carriage
- year: year of the measurement
- value: million tonne-km of goods loaded
- unit: millon tonne-km
Preview
Import Data
=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")
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
- country: goods loaded in country alpha 2 code
- unload_country: The country of unload
- carriage: type of carriage
- year: year of the measurement
- value: goods loaded in thousand tonnes
- unit: thousand tonnes
Preview
Import Data
=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")
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)