| # | date | indicator | value | unit |
|---|---|---|---|---|
| loading... | ||||
| COLUMN | TYPE | DESCRIPTION | UNIT |
|---|---|---|---|
| date | date | Calendar year-end date of the reference year (e.g. 2023-12-31). | - |
| indicator | string | Debt-to-GDP indicator: ppg_debt (public and publicly guaranteed), total_debt (PPG plus private), private_debt, domestic_debt, cg_external_debt (central government external), soe_debt (state-owned enterprises), or external_debt (public plus private external). | - |
| value | float64 | Debt outstanding as a percentage of GDP. | - |
| unit | string | Constant "percent_of_gdp". | - |
import imibare as imi
df = imi.load("rw.minecofin.public-debt.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_minecofin_public-debt_annual LIMIT 10").show() curl -L "https://api.imibare.org/v1/data/rw.minecofin.public-debt.annual/download" \
-o "rw.minecofin.public-debt.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.minecofin.public-debt.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-09 Jul 9, 2026 LATEST98 rows · 3.8 KB · initial version
imibare contributors. (2026). Public Debt as Share of GDP [Data set]. imibare. v2026-07-09. https://imibare.org/datasets/rw.minecofin.public-debt.annual
@dataset{imibare_rw_minecofin_public-debt_annual, author = {imibare contributors}, title = {Public Debt as Share of GDP}, year = {2026}, publisher = {imibare}, version = {v2026-07-09}, url = {https://imibare.org/datasets/rw.minecofin.public-debt.annual} }
imibare contributors. Public Debt as Share of GDP. v2026-07-09. imibare, 2026. https://imibare.org/datasets/rw.minecofin.public-debt.annual.
imibare contributors. Public Debt as Share of GDP. v2026-07-09, imibare, 2026, https://imibare.org/datasets/rw.minecofin.public-debt.annual.