| # | year | period | topic | category | value |
|---|---|---|---|---|---|
| loading... | |||||
| COLUMN | TYPE | DESCRIPTION | UNIT |
|---|---|---|---|
| year | int64 | Calendar year of the observation (2020-2024, varying by topic). | - |
| period | string | Human-readable period label; equal to the year string for these calendar-year tables. | - |
| topic | string | Sub-table slug. Values: production (generation by plant, kWh), customers (connections by district, count), export_import (exportation/importation/ regional-shared totals, kWh), consumption (use by category, kWh). | - |
| category | string | Category within the topic: a plant/source name (production), a district (customers), an aggregate label such as "Total importation" (export_import), or a consumption category (consumption). | - |
| value | float64 | Value for the given year, topic, and category, in the topic's unit (kWh for production/export_import/consumption, count for customers). | - |
import imibare as imi
df = imi.load("rw.nisr.electricity.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.rw_nisr_electricity_annual LIMIT 10").show() curl -L "https://api.imibare.org/v1/data/rw.nisr.electricity.annual/download" \
-o "rw.nisr.electricity.annual.parquet" # List all datasets
curl "https://api.imibare.org/v1/datasets"
# Get metadata for this dataset
curl "https://api.imibare.org/v1/datasets/rw.nisr.electricity.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-07-03 Jul 3, 2026 LATEST356 rows · 7.1 KB · initial version
imibare contributors. (2026). Electricity Production and Use [Data set]. imibare. v2026-07-03. https://imibare.org/datasets/rw.nisr.electricity.annual
@dataset{imibare_rw_nisr_electricity_annual, author = {imibare contributors}, title = {Electricity Production and Use}, year = {2026}, publisher = {imibare}, version = {v2026-07-03}, url = {https://imibare.org/datasets/rw.nisr.electricity.annual} }
imibare contributors. Electricity Production and Use. v2026-07-03. imibare, 2026. https://imibare.org/datasets/rw.nisr.electricity.annual.
imibare contributors. Electricity Production and Use. v2026-07-03, imibare, 2026, https://imibare.org/datasets/rw.nisr.electricity.annual.