| # | year | section | indicator | value |
|---|---|---|---|---|
| loading... | ||||
| COLUMN | TYPE | DESCRIPTION | UNIT |
|---|---|---|---|
| year | int64 | Calendar year (1999-2025). | - |
| section | string | The block of Table A the indicator is printed under: "Gross Domestic Product (Frw billions)", "Proportions of GDP", "National income and expenditure (Frw billions)", or "Memorandum items". It carries the unit and the scope, so it separates a level from a share, and it distinguishes the two printings of GDP at current prices. | - |
| indicator | string | Macroeconomic indicator name. Repeated "Growth rate" rows are attributed to their parent indicator (e.g. "GDP at current prices - growth rate"). Units vary by indicator (RWF billion, percent, index, or a rate). | - |
| value | float64 | Value in the indicator's unit. | - |
import imibare as imi
df = imi.load("rw.nisr.macro-aggregates.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_macro-aggregates_annual LIMIT 10").show() curl -L "https://api.imibare.org/v1/data/rw.nisr.macro-aggregates.annual/download" \
-o "rw.nisr.macro-aggregates.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.macro-aggregates.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-20 Aug 20, 2026 LATEST783 rows · 7.3 KB · same row count
- 2026-08-14 Aug 14, 2026783 rows · 6.6 KB · +493 rows
- 2026-07-03 Jul 3, 2026290 rows · 4.2 KB · initial version
imibare contributors. (2026). Macroeconomic Aggregates [Data set]. imibare. v2026-08-20. https://imibare.org/datasets/rw.nisr.macro-aggregates.annual
@dataset{imibare_rw_nisr_macro-aggregates_annual, author = {imibare contributors}, title = {Macroeconomic Aggregates}, year = {2026}, publisher = {imibare}, version = {v2026-08-20}, url = {https://imibare.org/datasets/rw.nisr.macro-aggregates.annual} }
imibare contributors. Macroeconomic Aggregates. v2026-08-20. imibare, 2026. https://imibare.org/datasets/rw.nisr.macro-aggregates.annual.
imibare contributors. Macroeconomic Aggregates. v2026-08-20, imibare, 2026, https://imibare.org/datasets/rw.nisr.macro-aggregates.annual.