yugalinks/import-export-corridor-product-price-trends-v1
Global Import-Export Corridor Product Price Trends (2017-2023) Dataset coverage and release Coverage: 2017-2023 annual price observations where available Release version: 1.0.0 Stable repository identifier: yugalinks/import-export-corridor-product-price-trends-v1 Data format: Parquet Zenodo archive: 10.5281/zenodo.22886772 License and use Provider terms apply. Yugalinks prepares these files for analysis but does not relicense the underlying OECD… See the full description on the dataset page: https://huggingface.co/datasets/yugalinks/import-export-corridor-product-price-trends-v1.
Global Import-Export Corridor Product Price Trends (2017-2023)
Dataset coverage and release
- Coverage: 2017-2023 annual price observations where available
- Release version: 1.0.0
- Stable repository identifier:
yugalinks/import-export-corridor-product-price-trends-v1 - Data format: Parquet
- Zenodo archive: 10.5281/zenodo.22886772
License and use
Provider terms apply. Yugalinks prepares these files for analysis but does not relicense the underlying OECD observations or any CEPII reference fields. Retain source attribution and review the applicable provider terms before redistribution or commercial use.
About Yugalinks
Yugalinks turns published international import-export data into practical, reusable datasets and tools. We organize complex country, product, market, and corridor information so MSMEs, researchers, developers, and analysts can understand international commerce and use the data in real-world applications.
Our goal is to simplify international commerce and import-export analysis by making difficult-to-use data easier to explore, analyze, and apply. The underlying observations come from published sources; Yugalinks prepares them for clearer analysis while preserving source attribution and provider terms.
Learn more at yugalinks.com and browse the Yugalinks dataset collection.
Dataset description
Latest price, price growth, price volatility, quantity growth, and history length for product lanes.
What this dataset helps answer
- What is the latest observed unit value?
- Are prices rising, falling, or unstable?
- Is quantity moving with price?
- How many years support the trend?
How to read a row
One exporter, importer, and HS6 product.
Key fields include: exporter_iso3, importer_iso3, hs_code, latest_year, latest_unit_value_usd_per_ton, price_cagr_pct, price_volatility_cv, quantity_cagr_pct, years_with_data.
At a glance
Construction and provenance
Reported country, product, year, quantity, and value observations are sourced from the OECD Balanced International Merchandise Trade Statistics (BIMTS) HS2017-6D release. Where the dataset contains country-pair context such as distance, borders, or language relationships, those attributes are sourced from CEPII reference data where documented.
Yugalinks organizes these observations into analysis-ready country, product, market, route, price, and risk views. Calculated indicators are derived from the reported observations and supporting reference fields. They are intended for comparison and investigation, not as guaranteed forecasts or recommendations.
Interpretation notes
Growth and volatility values depend on the available annual observations. Missing years can make comparisons less reliable.
File
data.parquet— the complete dataset for this topic.
Python example
import pandas as pd
frame = pd.read_parquet("data.parquet")
print(frame.shape)
print(frame.head())Attribution
Please retain OECD and CEPII attribution when redistributing information that comes from those sources. Check the applicable provider terms before commercial redistribution.
