| # | date | flow | item_type | operator_category | value | unit |
|---|---|---|---|---|---|---|
| loading... | ||||||
| COLUMN | TYPE | DESCRIPTION | UNIT |
|---|---|---|---|
| date | date | Quarter-end date (e.g. 2026-03-31 for Q1 2026). | - |
| flow | string | Item flow section from the report: "domestic", "outbound", or "inbound". | - |
| item_type | string | Item type, e.g. "Domestic mails", "EAC outbound packages", "Express Mail Service Inbound". | - |
| operator_category | string | Operator licence category handling the items: "public_postal", "international_courier", "international_courier_inbound", "regional_courier", or "domestic_intercity_courier". | - |
| value | int64 | Number of items of the given type handled by the operator category in the quarter. | - |
| unit | string | Always "items". | - |
import imibare as imi
df = imi.load("rw.rura.postal-items.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_postal-items_quarterly LIMIT 10").show() curl -L "https://api.imibare.org/v1/data/rw.rura.postal-items.quarterly/download" \
-o "rw.rura.postal-items.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.postal-items.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-08-20 Aug 20, 2026 LATEST156 rows · 5.1 KB · −10 rows
- 2026-07-08 Jul 8, 2026166 rows · 5.2 KB · initial version
imibare contributors. (2026). Postal & Courier Item Volumes [Data set]. imibare. v2026-08-20. https://imibare.org/datasets/rw.rura.postal-items.quarterly
@dataset{imibare_rw_rura_postal-items_quarterly, author = {imibare contributors}, title = {Postal & Courier Item Volumes}, year = {2026}, publisher = {imibare}, version = {v2026-08-20}, url = {https://imibare.org/datasets/rw.rura.postal-items.quarterly} }
imibare contributors. Postal & Courier Item Volumes. v2026-08-20. imibare, 2026. https://imibare.org/datasets/rw.rura.postal-items.quarterly.
imibare contributors. Postal & Courier Item Volumes. v2026-08-20, imibare, 2026, https://imibare.org/datasets/rw.rura.postal-items.quarterly.