CoolFace
Datasetpublic

yugalinks/import-export-country-hs4-year-flows-v1

Global Import-Export Country HS4 Flows (1995-2024) Dataset coverage and release Coverage: 1995-2024 annual observations where available Release version: 1.0.0 Stable repository identifier: yugalinks/import-export-country-hs4-year-flows-v1 Data format: Parquet Zenodo archive: 10.5281/zenodo.22886790 License and use Provider terms apply. Yugalinks prepares these files for analysis but does not relicense the underlying OECD observations or any CEPII… See the full description on the dataset page: https://huggingface.co/datasets/yugalinks/import-export-country-hs4-year-flows-v1.

sourceHugging Faceotherupdated 5d agoView on Hugging Face
0likes65downloads
Dataset Card

Global Import-Export Country HS4 Flows (1995-2024)

Dataset coverage and release

  • —Coverage: 1995-2024 annual observations where available
  • —Release version: 1.0.0
  • —Stable repository identifier: yugalinks/import-export-country-hs4-year-flows-v1
  • —Data format: Parquet
  • —Zenodo archive: 10.5281/zenodo.22886790

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 exports, imports, balance, partner counts, and active products by country and HS4 product group.

What this dataset helps answer

  • —Which product groups matter for a country?
  • —How do exports and imports compare?
  • —How broad is the partner base?
  • —How many HS6 products are active?

How to read a row

One country, HS4 product group, and year.

Key fields include: year, country_iso3, hs4, exports_usd, imports_usd, trade_balance_usd, export_partner_count, import_partner_count, active_hs6_count.

At a glance

ItemValue
Records6,665,469
FormatParquet
Coverage1995-2024 annual 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

Balance is exports minus imports for the represented country-product-year combination. HS4 is a broad product grouping.

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.