| # | section | partner | is_total | is_section_total | year | period_start | value | unit | status |
|---|---|---|---|---|---|---|---|---|---|
| loading... | |||||||||
| COLUMN | TYPE | DESCRIPTION | UNIT |
|---|---|---|---|
| section | string | One of the ten SITC sections, or `Total`, which the source prints in the same column as the sections it sums | - |
| partner | string | One of nine destinations, or `Total` for the row's own printed total | - |
| is_total | bool | True for every row of the `Total` section. Summing value without filtering on this returns twice the re-export bill | - |
| is_section_total | bool | True for the row's printed total column | - |
| year | int64 | Calendar year the goods were re-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.re-exports-by-destination.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_re-exports-by-destination_annual LIMIT 10").show() curl -L "https://api.imibare.org/v1/data/ke.knbs.re-exports-by-destination.annual/download" \
-o "ke.knbs.re-exports-by-destination.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.re-exports-by-destination.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 LATEST1,100 rows · 13.0 KB · initial version
imibare contributors. (2026). Re-export Values by SITC Section and Destination [Data set]. imibare. v2026-08-26. https://imibare.org/datasets/ke.knbs.re-exports-by-destination.annual
@dataset{imibare_ke_knbs_re-exports-by-destination_annual, author = {imibare contributors}, title = {Re-export Values by SITC Section and Destination}, year = {2026}, publisher = {imibare}, version = {v2026-08-26}, url = {https://imibare.org/datasets/ke.knbs.re-exports-by-destination.annual} }
imibare contributors. Re-export Values by SITC Section and Destination. v2026-08-26. imibare, 2026. https://imibare.org/datasets/ke.knbs.re-exports-by-destination.annual.
imibare contributors. Re-export Values by SITC Section and Destination. v2026-08-26, imibare, 2026, https://imibare.org/datasets/ke.knbs.re-exports-by-destination.annual.