| # | commodity | partner | is_aggregate | is_row_total | flow | year | period_start | value | unit | status |
|---|---|---|---|---|---|---|---|---|---|---|
| loading... | ||||||||||
| COLUMN | TYPE | DESCRIPTION | UNIT |
|---|---|---|---|
| commodity | string | One of the commodities, or an aggregate row | - |
| partner | string | The COMESA member, or `Total` | - |
| is_aggregate | bool | True for the rows the source prints among the commodities they sum | - |
| is_row_total | bool | True for the commodity's printed total column | - |
| flow | string | Always export | - |
| year | int64 | Always 2024, stated in the caption only | - |
| period_start | date | First day of that calendar year | - |
| value | float64 | The figure as printed, in thousands of Kenya shillings | - |
| unit | string | Always ksh_thousand | - |
| status | string | Always provisional | - |
import imibare as imi
df = imi.load("ke.knbs.comesa-exports-2024.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.ke_knbs_comesa-exports-2024_annual LIMIT 10").show() curl -L "https://api.imibare.org/v1/data/ke.knbs.comesa-exports-2024.annual/download" \
-o "ke.knbs.comesa-exports-2024.annual.parquet" # List all datasets
curl "https://api.imibare.org/v1/datasets"
# Get metadata for this dataset
curl "https://api.imibare.org/v1/datasets/ke.knbs.comesa-exports-2024.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-08-26 Aug 26, 2026 LATEST420 rows · 9.2 KB · initial version
imibare contributors. (2026). Value of Principal Commodities to COMESA, 2024 [Data set]. imibare. v2026-08-26. https://imibare.org/datasets/ke.knbs.comesa-exports-2024.annual
@dataset{imibare_ke_knbs_comesa-exports-2024_annual, author = {imibare contributors}, title = {Value of Principal Commodities to COMESA, 2024}, year = {2026}, publisher = {imibare}, version = {v2026-08-26}, url = {https://imibare.org/datasets/ke.knbs.comesa-exports-2024.annual} }
imibare contributors. Value of Principal Commodities to COMESA, 2024. v2026-08-26. imibare, 2026. https://imibare.org/datasets/ke.knbs.comesa-exports-2024.annual.
imibare contributors. Value of Principal Commodities to COMESA, 2024. v2026-08-26, imibare, 2026, https://imibare.org/datasets/ke.knbs.comesa-exports-2024.annual.