| # | year | period_start | technology | technology_level | status | value | unit |
|---|---|---|---|---|---|---|---|
| loading... | |||||||
| COLUMN | TYPE | DESCRIPTION | UNIT |
|---|---|---|---|
| year | int64 | Calendar year; the figure is a cumulative stock, not an addition | - |
| period_start | date | 1 January of the year | - |
| technology | string | Hydro, Coal, Cogeneration, Waste Heat Recovery, Bagasse, Solar, Biomass, Thermal, Biogas, Biothermal, Geothermal, or Total | - |
| technology_level | string | component or total. Summing across levels double counts: filter to component first. | - |
| status | string | final, provisional, or revised. The 2023 edition marks its whole Solar row revised with a "+" welded onto the label rather than beside the figure. | - |
| value | float64 | Licensed capacity in megawatts, null where the source prints no figure. A printed zero is kept as zero. | - |
| unit | string | mw | - |
import imibare as imi
df = imi.load("ke.knbs.captive-power.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_captive-power_annual LIMIT 10").show() curl -L "https://api.imibare.org/v1/data/ke.knbs.captive-power.annual/download" \
-o "ke.knbs.captive-power.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.captive-power.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 LATEST84 rows · 4.9 KB · initial version
imibare contributors. (2026). Licensed Captive Power Capacity by Technology [Data set]. imibare. v2026-08-18. https://imibare.org/datasets/ke.knbs.captive-power.annual
@dataset{imibare_ke_knbs_captive-power_annual, author = {imibare contributors}, title = {Licensed Captive Power Capacity by Technology}, year = {2026}, publisher = {imibare}, version = {v2026-08-18}, url = {https://imibare.org/datasets/ke.knbs.captive-power.annual} }
imibare contributors. Licensed Captive Power Capacity by Technology. v2026-08-18. imibare, 2026. https://imibare.org/datasets/ke.knbs.captive-power.annual.
imibare contributors. Licensed Captive Power Capacity by Technology. v2026-08-18, imibare, 2026, https://imibare.org/datasets/ke.knbs.captive-power.annual.