| # | year | period_start | measure | source | source_level | status | value | unit |
|---|---|---|---|---|---|---|---|---|
| loading... | ||||||||
| COLUMN | TYPE | DESCRIPTION | UNIT |
|---|---|---|---|
| year | int64 | Calendar year, capacity as at 31 December | - |
| period_start | date | 1 January of the year | - |
| measure | string | installed for the maximum a station could theoretically produce at 100 per cent, effective for the maximum expected given current operating constraints. Both in megawatts; effective is never the larger. | - |
| source | string | Type of power. Hydro, Thermal Oil, Geothermal, Wind, Cogeneration, Solar, Ethiopia HVDC, or Total. Spelled as ke.knbs.electricity-supply spells them where the thing is the same; Thermal Oil keeps this table's more specific wording. | - |
| source_level | string | component or total. Summing across levels double counts: filter to component first. | - |
| status | string | final or provisional | - |
| value | float64 | Capacity in megawatts, null where the source prints none | - |
| unit | string | mw | - |
import imibare as imi
df = imi.load("ke.knbs.electricity-capacity.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-capacity_annual LIMIT 10").show() curl -L "https://api.imibare.org/v1/data/ke.knbs.electricity-capacity.annual/download" \
-o "ke.knbs.electricity-capacity.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-capacity.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 LATEST112 rows · 5.5 KB · initial version
imibare contributors. (2026). Installed and Effective Electricity Capacity by Source [Data set]. imibare. v2026-08-18. https://imibare.org/datasets/ke.knbs.electricity-capacity.annual
@dataset{imibare_ke_knbs_electricity-capacity_annual, author = {imibare contributors}, title = {Installed and Effective Electricity Capacity by Source}, year = {2026}, publisher = {imibare}, version = {v2026-08-18}, url = {https://imibare.org/datasets/ke.knbs.electricity-capacity.annual} }
imibare contributors. Installed and Effective Electricity Capacity by Source. v2026-08-18. imibare, 2026. https://imibare.org/datasets/ke.knbs.electricity-capacity.annual.
imibare contributors. Installed and Effective Electricity Capacity by Source. v2026-08-18, imibare, 2026, https://imibare.org/datasets/ke.knbs.electricity-capacity.annual.