| # | fiscal_year | period_start | scheme | metric | status | value | unit |
|---|---|---|---|---|---|---|---|
| loading... | |||||||
| COLUMN | TYPE | DESCRIPTION | UNIT |
|---|---|---|---|
| fiscal_year | string | Kenyan fiscal year, July to June, as the source writes it | - |
| period_start | date | 1 July of the year the fiscal year opens in | - |
| scheme | string | Mwea, Ahero, Bunyala, West Kano, Others, or All Schemes. Others is the residual the source footnotes as ten named smaller schemes. | - |
| metric | string | Hectares cropped, Number of plot-owners, Paddy yields, Gross value of output, or Payments to plot-owners. Each scheme prints all five. | - |
| status | string | final, revised or provisional. The source's revised marker on this table means revised excluding Mwea Irrigation Scheme. | - |
| value | float64 | The measure's value, in the unit its own column names | - |
| unit | string | hectares, plot_owners, tonnes or ksh_million, by metric | - |
import imibare as imi
df = imi.load("ke.knbs.irrigation-schemes.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_irrigation-schemes_annual LIMIT 10").show() curl -L "https://api.imibare.org/v1/data/ke.knbs.irrigation-schemes.annual/download" \
-o "ke.knbs.irrigation-schemes.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.irrigation-schemes.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-23 Aug 23, 2026 LATEST270 rows · 6.4 KB · initial version
imibare contributors. (2026). National Irrigation Schemes by Scheme and Measure [Data set]. imibare. v2026-08-23. https://imibare.org/datasets/ke.knbs.irrigation-schemes.annual
@dataset{imibare_ke_knbs_irrigation-schemes_annual, author = {imibare contributors}, title = {National Irrigation Schemes by Scheme and Measure}, year = {2026}, publisher = {imibare}, version = {v2026-08-23}, url = {https://imibare.org/datasets/ke.knbs.irrigation-schemes.annual} }
imibare contributors. National Irrigation Schemes by Scheme and Measure. v2026-08-23. imibare, 2026. https://imibare.org/datasets/ke.knbs.irrigation-schemes.annual.
imibare contributors. National Irrigation Schemes by Scheme and Measure. v2026-08-23, imibare, 2026, https://imibare.org/datasets/ke.knbs.irrigation-schemes.annual.