CoolFace
Datasetpublic

yugalinks/import-export-corridor-product-prices-v1

Global Import-Export Corridor Product Prices (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-prices-v1 Data format: Parquet Zenodo archive: 10.5281/zenodo.22886777 License and use Provider terms apply. Yugalinks prepares these files for analysis but does not relicense the underlying OECD observations… See the full description on the dataset page: https://huggingface.co/datasets/yugalinks/import-export-corridor-product-prices-v1.

sourceHugging Faceotherupdated 4d agoView on Hugging Face
0likes91downloads
Dataset Card

Global Import-Export Corridor Product Prices (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-prices-v1
  • —Data format: Parquet
  • —Zenodo archive: 10.5281/zenodo.22886777

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

Annual price and quantity observations for products moving between exporter-importer pairs.

What this dataset helps answer

  • —How did the reported unit value change over time?
  • —How does a lane compare with its wider market?
  • —How many suppliers had price observations?

How to read a row

One exporter, importer, HS6 product, and year.

Key fields include: year, exporter_iso3, importer_iso3, hs_code, unit_value_usd_per_ton, quantity_metric_tons, trade_value_usd, market_median_price_usd_per_ton, price_vs_median_pct, num_price_competitors.

At a glance

ItemValue
Records54,106,962
FormatParquet
Coverage2017-2023 annual price observations where available
Main sourceOECD BIMTS HS2017-6D
Country-pair contextCEPII attributes where included in the dataset

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

Price fields are calculated from reported value and quantity where available. A unit value is an observed value-per-quantity measure, not a quoted offer.

File

  • —data.parquet — the complete dataset for this topic.

Python example

python
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.