CoolFace
Datasetpublic

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.

sourceHugging Facemitupdated 4mo agoView on Hugging Face
0likes11downloads
Dataset Card

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

ColumnDescription
yearYear
monthMonth (1–12)
maize_cpiAverage of whole grain maize and maize flour CPI index

Usage

python
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