uganda-food-cpi
收藏资源简介:
该数据集提供了乌干达统计局(UBOS)发布的月度玉米消费者价格指数(CPI),整合了全谷物玉米(分类代码 01.1.1.1.1)和玉米粉(分类代码 01.1.1.2.1)两个子类别的指数,并计算平均值作为玉米CPI的综合指标。数据集时间覆盖从2017年7月到2026年3月,为月度频率,基期设定为2016年(指数=100)。数据以CSV格式存储,包含三个字段:年份(year)、月份(month,数值1-12)以及计算出的平均玉米CPI指数(maize_cpi)。适用于分析乌干达的粮食价格波动、通货膨胀趋势,特别是在农业和玉米市场相关的研究、经济建模和政策分析场景中。
This dataset provides monthly maize consumer price index (CPI) released by the Uganda Bureau of Statistics (UBOS). It integrates the price indices of two subcategories: whole grain maize (classification code 01.1.1.1.1) and maize flour (classification code 01.1.1.2.1), and computes their average value as the composite indicator for maize CPI. The dataset spans from July 2017 to March 2026 with a monthly frequency, and the base period is set to 2016 (with the index value equal to 100). The data is stored in CSV format, including three fields: year, month (numeric value ranging from 1 to 12), and the calculated average maize CPI index (maize_cpi). This dataset is suitable for analyzing food price fluctuations and inflation trends in Uganda, particularly for research related to the agricultural and maize markets, economic modeling, and policy analysis scenarios.
数据集名称
Uganda Maize CPI — UBOS Monthly Data
数据集描述
该数据集包含乌干达统计局(UBOS)发布的月度玉米消费价格指数(CPI),涵盖整粒玉米(01.1.1.1.1)和玉米粉(01.1.1.2.1)两类指数的综合平均值。
数据集详情
- 数据来源:乌干达统计局(UBOS)月度CPI发布
- 时间覆盖:2017年7月至2026年3月
- 频率:月度
- 基期:2016年 = 100
数据列说明
| 列名 | 描述 |
|---|---|
| year | 年份 |
| month | 月份(1–12) |
| maize_cpi | 整粒玉米与玉米粉CPI指数的平均值 |
使用示例
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)
维护者
Pascal Byabasaija




