| # | year | period_start | commodity | is_total | value | unit | status |
|---|---|---|---|---|---|---|---|
| loading... | |||||||
| COLUMN | TYPE | DESCRIPTION | UNIT |
|---|---|---|---|
| year | int64 | Calendar year the shares are of | - |
| period_start | date | First day of that calendar year | - |
| commodity | string | The commodity group, or Other for everything the table does not itemise, or Total for the printed 100 | - |
| is_total | bool | True for the printed total row only. Summing value without filtering on this counts every year twice | - |
| value | float64 | Share of the value of all domestic exports, per cent | - |
| unit | string | Always percent | - |
| status | string | final, or provisional for a year the source marks with an asterisk | - |
import imibare as imi
df = imi.load("ke.knbs.export-commodity-shares.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_export-commodity-shares_annual LIMIT 10").show() curl -L "https://api.imibare.org/v1/data/ke.knbs.export-commodity-shares.annual/download" \
-o "ke.knbs.export-commodity-shares.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.export-commodity-shares.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-25 Aug 25, 2026 LATEST180 rows · 5.2 KB · initial version
imibare contributors. (2026). Principal Export Commodities as a Share of Export Value [Data set]. imibare. v2026-08-25. https://imibare.org/datasets/ke.knbs.export-commodity-shares.annual
@dataset{imibare_ke_knbs_export-commodity-shares_annual, author = {imibare contributors}, title = {Principal Export Commodities as a Share of Export Value}, year = {2026}, publisher = {imibare}, version = {v2026-08-25}, url = {https://imibare.org/datasets/ke.knbs.export-commodity-shares.annual} }
imibare contributors. Principal Export Commodities as a Share of Export Value. v2026-08-25. imibare, 2026. https://imibare.org/datasets/ke.knbs.export-commodity-shares.annual.
imibare contributors. Principal Export Commodities as a Share of Export Value. v2026-08-25, imibare, 2026, https://imibare.org/datasets/ke.knbs.export-commodity-shares.annual.