| # | year | period_start | source | owner | category | source_level | status | value | unit |
|---|---|---|---|---|---|---|---|---|---|
| loading... | |||||||||
| COLUMN | TYPE | DESCRIPTION | UNIT |
|---|---|---|---|
| year | int64 | Calendar year | - |
| period_start | date | 1 January of the year | - |
| source | string | Hydro, Thermal Oil, Geothermal, Cogeneration, Wind, Solar, Imports, or Total. Spelled as ke.knbs.electricity-supply spells them where the thing is the same. | - |
| owner | string | kengen or ipp for the two halves of the thermal oil column, and all everywhere else, including the thermal oil subtotal. The split is published for thermal oil only. | - |
| category | string | generated, imported, or all for the national total | - |
| source_level | string | split, component or total. Components sum to the total exactly; the two splits sum to the thermal component in every year but 2021. | - |
| status | string | final or provisional | - |
| value | float64 | Electricity in gigawatt hours | - |
| unit | string | gwh | - |
import imibare as imi
df = imi.load("ke.knbs.electricity-generation.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-generation_annual LIMIT 10").show() curl -L "https://api.imibare.org/v1/data/ke.knbs.electricity-generation.annual/download" \
-o "ke.knbs.electricity-generation.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-generation.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 LATEST70 rows · 6.2 KB · initial version
imibare contributors. (2026). Electricity Generation and Imports by Source [Data set]. imibare. v2026-08-18. https://imibare.org/datasets/ke.knbs.electricity-generation.annual
@dataset{imibare_ke_knbs_electricity-generation_annual, author = {imibare contributors}, title = {Electricity Generation and Imports by Source}, year = {2026}, publisher = {imibare}, version = {v2026-08-18}, url = {https://imibare.org/datasets/ke.knbs.electricity-generation.annual} }
imibare contributors. Electricity Generation and Imports by Source. v2026-08-18. imibare, 2026. https://imibare.org/datasets/ke.knbs.electricity-generation.annual.
imibare contributors. Electricity Generation and Imports by Source. v2026-08-18, imibare, 2026, https://imibare.org/datasets/ke.knbs.electricity-generation.annual.