| # | commodity | group | flow | unit | year | period_start | value | status |
|---|---|---|---|---|---|---|---|---|
| loading... | ||||||||
| COLUMN | TYPE | DESCRIPTION | UNIT |
|---|---|---|---|
| commodity | string | The row's own name, as the source prints it | - |
| group | string | The sub-heading the commodity sits under; empty where the source prints none | - |
| flow | string | Always import | - |
| unit | string | The unit the price is per, resolved from the source's ditto marks. Five appear in this table | - |
| year | int64 | Calendar year the price refers to | - |
| period_start | date | First day of that calendar year | - |
| value | float64 | The price as printed, in Kenya shillings per unit | - |
| status | string | final, or provisional for a year the source marks with an asterisk | - |
import imibare as imi
df = imi.load("ke.knbs.import-unit-prices.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_import-unit-prices_annual LIMIT 10").show() curl -L "https://api.imibare.org/v1/data/ke.knbs.import-unit-prices.annual/download" \
-o "ke.knbs.import-unit-prices.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.import-unit-prices.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 LATEST339 rows · 8.1 KB · initial version
imibare contributors. (2026). Unit Prices of Selected Imports [Data set]. imibare. v2026-08-26. https://imibare.org/datasets/ke.knbs.import-unit-prices.annual
@dataset{imibare_ke_knbs_import-unit-prices_annual, author = {imibare contributors}, title = {Unit Prices of Selected Imports}, year = {2026}, publisher = {imibare}, version = {v2026-08-26}, url = {https://imibare.org/datasets/ke.knbs.import-unit-prices.annual} }
imibare contributors. Unit Prices of Selected Imports. v2026-08-26. imibare, 2026. https://imibare.org/datasets/ke.knbs.import-unit-prices.annual.
imibare contributors. Unit Prices of Selected Imports. v2026-08-26, imibare, 2026, https://imibare.org/datasets/ke.knbs.import-unit-prices.annual.