| # | year | period_start | category | category_level | status | value | unit |
|---|---|---|---|---|---|---|---|
| loading... | |||||||
| COLUMN | TYPE | DESCRIPTION | UNIT |
|---|---|---|---|
| year | int64 | Calendar year | - |
| period_start | date | 1 January of the year | - |
| category | string | The customer category, or one of the reconciliation rows: Exports to Uganda and Tanzania, Transmission and distribution losses, Imports, Local generation, and the two printed totals. | - |
| category_level | string | component, subtotal, balancing or total, following the table's own arithmetic; memorandum for the two rows that restate the total net of imports. Summing across levels double counts. | - |
| status | string | final or provisional | - |
| value | float64 | Electricity in gigawatt hours, null where the source prints the category but no figure for that year | - |
| unit | string | gwh | - |
import imibare as imi
df = imi.load("ke.knbs.electricity-demand.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_electricity-demand_annual LIMIT 10").show() curl -L "https://api.imibare.org/v1/data/ke.knbs.electricity-demand.annual/download" \
-o "ke.knbs.electricity-demand.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.electricity-demand.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-18 Aug 18, 2026 LATEST80 rows · 5.4 KB · initial version
imibare contributors. (2026). Electricity Demand and Supply [Data set]. imibare. v2026-08-18. https://imibare.org/datasets/ke.knbs.electricity-demand.annual
@dataset{imibare_ke_knbs_electricity-demand_annual, author = {imibare contributors}, title = {Electricity Demand and Supply}, year = {2026}, publisher = {imibare}, version = {v2026-08-18}, url = {https://imibare.org/datasets/ke.knbs.electricity-demand.annual} }
imibare contributors. Electricity Demand and Supply. v2026-08-18. imibare, 2026. https://imibare.org/datasets/ke.knbs.electricity-demand.annual.
imibare contributors. Electricity Demand and Supply. v2026-08-18, imibare, 2026, https://imibare.org/datasets/ke.knbs.electricity-demand.annual.