| # | year | period_start | measure | category | source | source_level | status | value | unit |
|---|---|---|---|---|---|---|---|---|---|
| loading... | |||||||||
| COLUMN | TYPE | DESCRIPTION | UNIT |
|---|---|---|---|
| year | int64 | Calendar year | - |
| period_start | date | 1 January of the year | - |
| measure | string | installed_capacity (megawatts, Table 9.1) or generation (million kilowatt hours, Table 9.2). Never compare the two directly; read unit. | - |
| category | string | generated, imported, or all for the totals that cover both | - |
| source | string | Type of power as printed in the source | - |
| source_level | string | component, subtotal or total. Summing across levels double counts. | - |
| status | string | final, revised or provisional | - |
| value | float64 | Amount, in the unit named alongside | - |
| unit | string | mw or million_kwh | - |
import imibare as imi
df = imi.load("ke.knbs.electricity-supply.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-supply_annual LIMIT 10").show() curl -L "https://api.imibare.org/v1/data/ke.knbs.electricity-supply.annual/download" \
-o "ke.knbs.electricity-supply.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-supply.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 LATEST170 rows · 6.7 KB · initial version
imibare contributors. (2026). Electricity Capacity and Generation [Data set]. imibare. v2026-08-18. https://imibare.org/datasets/ke.knbs.electricity-supply.annual
@dataset{imibare_ke_knbs_electricity-supply_annual, author = {imibare contributors}, title = {Electricity Capacity and Generation}, year = {2026}, publisher = {imibare}, version = {v2026-08-18}, url = {https://imibare.org/datasets/ke.knbs.electricity-supply.annual} }
imibare contributors. Electricity Capacity and Generation. v2026-08-18. imibare, 2026. https://imibare.org/datasets/ke.knbs.electricity-supply.annual.
imibare contributors. Electricity Capacity and Generation. v2026-08-18, imibare, 2026, https://imibare.org/datasets/ke.knbs.electricity-supply.annual.