| # | fiscal_year | commodity | metric | value | unit |
|---|---|---|---|---|---|
| loading... | |||||
| COLUMN | TYPE | DESCRIPTION | UNIT |
|---|---|---|---|
| fiscal_year | string | Fiscal year, July to June (e.g. "2022-2023"). | - |
| commodity | string | coffee or tea. | - |
| metric | string | export_value or export_volume. | - |
| value | float64 | Export value (USD) or export volume (kg) for the fiscal year. | - |
| unit | string | usd or kg. | - |
import imibare as imi
df = imi.load("rw.naeb.agri-exports.annual")
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_naeb_agri-exports_annual LIMIT 10").show() curl -L "https://api.imibare.org/v1/data/rw.naeb.agri-exports.annual/download" \
-o "rw.naeb.agri-exports.annual.parquet" # List all datasets
curl "https://api.imibare.org/v1/datasets"
# Get metadata for this dataset
curl "https://api.imibare.org/v1/datasets/rw.naeb.agri-exports.annual" 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 LATEST8 rows · 3.3 KB · initial version
imibare contributors. (2026). Coffee & Tea Exports [Data set]. imibare. v2026-07-03. https://imibare.org/datasets/rw.naeb.agri-exports.annual
@dataset{imibare_rw_naeb_agri-exports_annual, author = {imibare contributors}, title = {Coffee & Tea Exports}, year = {2026}, publisher = {imibare}, version = {v2026-07-03}, url = {https://imibare.org/datasets/rw.naeb.agri-exports.annual} }
imibare contributors. Coffee & Tea Exports. v2026-07-03. imibare, 2026. https://imibare.org/datasets/rw.naeb.agri-exports.annual.
imibare contributors. Coffee & Tea Exports. v2026-07-03, imibare, 2026, https://imibare.org/datasets/rw.naeb.agri-exports.annual.