| # | year | activity | metric | value |
|---|---|---|---|---|
| loading... | ||||
| COLUMN | TYPE | DESCRIPTION | UNIT |
|---|---|---|---|
| year | int64 | Calendar year (1999-2025). | - |
| activity | string | Kind of economic activity (e.g. "AGRICULTURE, FORESTRY & FISHING", "Food crops", "Mining & quarrying"). Sector headers are upper case; sub-activities are title case. | - |
| metric | string | Measure. Values: current_rwf_bn (value added at current prices), share_pct (share of GDP), constant_rwf_bn (value added at constant 2024 prices), growth_pct (real growth rate, percent change on the year), contribution_pp (contribution to GDP growth, percentage points), and deflator (2024 = 100). | - |
| value | float64 | Value in the metric's unit (RWF billion, percent, or index). | - |
import imibare as imi
df = imi.load("rw.nisr.gdp-by-activity.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_gdp-by-activity_annual LIMIT 10").show() curl -L "https://api.imibare.org/v1/data/rw.nisr.gdp-by-activity.annual/download" \
-o "rw.nisr.gdp-by-activity.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.gdp-by-activity.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-14 Aug 14, 2026 LATEST6,156 rows · 16.6 KB · +4,826 rows
- 2026-07-03 Jul 3, 20261,330 rows · 7.8 KB · initial version
imibare contributors. (2026). GDP by Kind of Activity [Data set]. imibare. v2026-08-14. https://imibare.org/datasets/rw.nisr.gdp-by-activity.annual
@dataset{imibare_rw_nisr_gdp-by-activity_annual, author = {imibare contributors}, title = {GDP by Kind of Activity}, year = {2026}, publisher = {imibare}, version = {v2026-08-14}, url = {https://imibare.org/datasets/rw.nisr.gdp-by-activity.annual} }
imibare contributors. GDP by Kind of Activity. v2026-08-14. imibare, 2026. https://imibare.org/datasets/rw.nisr.gdp-by-activity.annual.
imibare contributors. GDP by Kind of Activity. v2026-08-14, imibare, 2026, https://imibare.org/datasets/rw.nisr.gdp-by-activity.annual.