| # | country | region | subregion | scope | is_total | year | period_start | value | unit | status |
|---|---|---|---|---|---|---|---|---|---|---|
| loading... | ||||||||||
| COLUMN | TYPE | DESCRIPTION | UNIT |
|---|---|---|---|
| country | string | The row's own name. The United Kingdom is printed twice on disjoint years, so this is not a key on its own | - |
| region | string | Europe, America, Africa or Asia; empty for a region total and for the residual group | - |
| subregion | string | The group inside the region, such as COMESA or Far East; empty where the source prints none | - |
| scope | string | For a total row, the heading it closes; empty for every other row | - |
| is_total | bool | True for the subtotal rows and the grand total. Summing value without filtering on this doubles the figure | - |
| year | int64 | Calendar year the goods were exported in | - |
| 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 | final, or provisional for a year the source marks with an asterisk | - |
import imibare as imi
df = imi.load("ke.knbs.exports-by-country.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_exports-by-country_annual LIMIT 10").show() curl -L "https://api.imibare.org/v1/data/ke.knbs.exports-by-country.annual/download" \
-o "ke.knbs.exports-by-country.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.exports-by-country.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 LATEST780 rows · 13.5 KB · initial version
imibare contributors. (2026). Value of Domestic Exports by Region and Country of Destination [Data set]. imibare. v2026-08-26. https://imibare.org/datasets/ke.knbs.exports-by-country.annual
@dataset{imibare_ke_knbs_exports-by-country_annual, author = {imibare contributors}, title = {Value of Domestic Exports by Region and Country of Destination}, year = {2026}, publisher = {imibare}, version = {v2026-08-26}, url = {https://imibare.org/datasets/ke.knbs.exports-by-country.annual} }
imibare contributors. Value of Domestic Exports by Region and Country of Destination. v2026-08-26. imibare, 2026. https://imibare.org/datasets/ke.knbs.exports-by-country.annual.
imibare contributors. Value of Domestic Exports by Region and Country of Destination. v2026-08-26, imibare, 2026, https://imibare.org/datasets/ke.knbs.exports-by-country.annual.