| # | year | quarter | period | date | flow | partner | value_usd_mn |
|---|---|---|---|---|---|---|---|
| loading... | |||||||
| COLUMN | TYPE | DESCRIPTION | UNIT |
|---|---|---|---|
| year | int64 | Calendar year of the quarter (2023-2025). | - |
| quarter | string | Quarter of the year: Q1, Q2, Q3, Q4. | - |
| period | string | Combined year and quarter label (e.g. "2023Q1"). | - |
| date | string | ISO first-of-quarter date, derived for the time-series x-axis. | - |
| flow | string | Trade flow: re_export (Table 13.1.4) or export (Table 13.2.1). | - |
| partner | string | Partner country name. Note the source lists two distinct "Congo" entries: the Democratic Republic of Congo and the Republic of Congo. | - |
| value_usd_mn | float64 | Trade value in US dollars millions. | USD million |
import imibare as imi
df = imi.load("rw.nisr.trade-by-partner.quarterly")
print(df.head()) import duckdb
duckdb.sql("""
ATTACH 'https://catalog.cloudflarestorage.com/imibare-data'
AS imi (TYPE ICEBERG, READ_ONLY)
""")
duckdb.sql("SELECT * FROM imi.rw_nisr_trade-by-partner_quarterly LIMIT 10").show() curl -L "https://api.imibare.org/v1/data/rw.nisr.trade-by-partner.quarterly/download" \
-o "rw.nisr.trade-by-partner.quarterly.parquet" # List all datasets
curl "https://api.imibare.org/v1/datasets"
# Get metadata for this dataset
curl "https://api.imibare.org/v1/datasets/rw.nisr.trade-by-partner.quarterly" Every version is a change in the data, and every one is retained; snapshots are never overwritten. Each entry is a dated Parquet snapshot in the dataset's versions/ archive.
- 2026-07-03 Jul 3, 2026 LATEST400 rows · 6.5 KB · initial version
imibare contributors. (2026). Trade by Partner [Data set]. imibare. v2026-07-03. https://imibare.org/datasets/rw.nisr.trade-by-partner.quarterly
@dataset{imibare_rw_nisr_trade-by-partner_quarterly, author = {imibare contributors}, title = {Trade by Partner}, year = {2026}, publisher = {imibare}, version = {v2026-07-03}, url = {https://imibare.org/datasets/rw.nisr.trade-by-partner.quarterly} }
imibare contributors. Trade by Partner. v2026-07-03. imibare, 2026. https://imibare.org/datasets/rw.nisr.trade-by-partner.quarterly.
imibare contributors. Trade by Partner. v2026-07-03, imibare, 2026, https://imibare.org/datasets/rw.nisr.trade-by-partner.quarterly.