| # | date | tariff_type | destination | operator | value | unit |
|---|---|---|---|---|---|---|
| loading... | ||||||
| COLUMN | TYPE | DESCRIPTION | UNIT |
|---|---|---|---|
| date | date | Quarter-end date (e.g. 2026-03-31 for Q1 2026). | - |
| tariff_type | string | "standard_voice" (Table 3), "bundle_voice" (Table 4), or "sms" (Table 5). | - |
| destination | string | Call destination - "On-net", "Off-net", "One Network Area", or "Rest of the World" (SMS only). | - |
| operator | string | Mobile operator (e.g. "MTN Rwandacell Plc", "Airtel Rwanda Ltd", "KTRN Ltd"). | - |
| value | float64 | Tariff for the tariff_type, destination, and operator. | RWF |
| unit | string | "frw_per_minute" (voice) or "frw_per_sms" (SMS). | - |
import imibare as imi
df = imi.load("rw.rura.mobile-tariffs.quarterly")
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_rura_mobile-tariffs_quarterly LIMIT 10").show() curl -L "https://api.imibare.org/v1/data/rw.rura.mobile-tariffs.quarterly/download" \
-o "rw.rura.mobile-tariffs.quarterly.parquet" # List all datasets
curl "https://api.imibare.org/v1/datasets"
# Get metadata for this dataset
curl "https://api.imibare.org/v1/datasets/rw.rura.mobile-tariffs.quarterly" 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-06 Jul 6, 2026 LATEST106 rows · 4.4 KB · initial version
imibare contributors. (2026). Mobile Telephone Tariffs [Data set]. imibare. v2026-07-06. https://imibare.org/datasets/rw.rura.mobile-tariffs.quarterly
@dataset{imibare_rw_rura_mobile-tariffs_quarterly, author = {imibare contributors}, title = {Mobile Telephone Tariffs}, year = {2026}, publisher = {imibare}, version = {v2026-07-06}, url = {https://imibare.org/datasets/rw.rura.mobile-tariffs.quarterly} }
imibare contributors. Mobile Telephone Tariffs. v2026-07-06. imibare, 2026. https://imibare.org/datasets/rw.rura.mobile-tariffs.quarterly.
imibare contributors. Mobile Telephone Tariffs. v2026-07-06, imibare, 2026, https://imibare.org/datasets/rw.rura.mobile-tariffs.quarterly.