byabasaija/uganda-food-cpi
Uganda Maize CPI — UBOS Monthly Data Monthly maize-specific Consumer Price Index from Uganda Bureau of Statistics (UBOS). Combines the Whole Grain Maize (01.1.1.1.1) and Maize Flour (01.1.1.2.1) indices. Dataset Details Source: Uganda Bureau of Statistics (UBOS) — monthly CPI publication Coverage: July 2017 – March 2026 Frequency: Monthly Base period: 2016 = 100 Columns Column Description year Year month Month (1–12) maize_cpi… See the full description on the dataset page: https://huggingface.co/datasets/byabasaija/uganda-food-cpi.
Uganda Maize CPI — UBOS Monthly Data
Monthly maize-specific Consumer Price Index from Uganda Bureau of Statistics (UBOS). Combines the Whole Grain Maize (01.1.1.1.1) and Maize Flour (01.1.1.2.1) indices.
Dataset Details
- Source: Uganda Bureau of Statistics (UBOS) — monthly CPI publication
- Coverage: July 2017 – March 2026
- Frequency: Monthly
- Base period: 2016 = 100
Columns
Usage
from huggingface_hub import hf_hub_download
import pandas as pd
path = hf_hub_download(repo_id="byabasaija/uganda-food-cpi", filename="maize_cpi_monthly.csv", repo_type="dataset")
df = pd.read_csv(path)Built By
Pascal Byabasaija
