five

electricsheepafrica/africa-sudan-real-time-prices

收藏
Hugging Face2026-04-07 更新2026-04-12 收录
下载链接:
https://hf-mirror.com/datasets/electricsheepafrica/africa-sudan-real-time-prices
下载链接
链接失效反馈
官方服务:
资源简介:
--- annotations_creators: - no-annotation language_creators: - found language: - en license: cc-by-4.0 multilinguality: - monolingual size_categories: - 1K<n<10K source_datasets: - original task_categories: - tabular-regression task_ids: [] tags: - africa - humanitarian - hdx - electric-sheep-africa - energy - food-security - sdn pretty_name: "Sudan - Real Time Prices" dataset_info: splits: - name: train num_examples: 3511 - name: test num_examples: 877 --- # Sudan - Real Time Prices **Publisher:** World Bank Group · **Source:** [HDX](https://data.humdata.org/dataset/sudan-real-time-prices) · **License:** `cc-by` · **Updated:** 2026-04-01 --- ## Abstract Real Time Prices (RTP) is a live dataset compiled and updated weekly by the World Bank Development Economics Data Group (DECDG) using a combination of direct price measurement and Machine Learning estimation of missing price data. The historical and current estimates are based on price information gathered from the World Food Program (WFP), UN-Food and Agricultural Organization (FAO), select National Statistical Offices, and are continually updated and revised as more price information becomes available. Real-time exchange rate data used in this process are from official and public sources. RTP includes three sub-series, Real Time Food Prices (RTFP) includes prices on a variety of food items that primarily include country-specific staple foods, Real Time Energy Prices (RTEP) includes fuel prices, and Real Time Exchange Rates (RTFX) and includes unofficial exchange rate estimates as well as possible other unofficial deflators. Each row in this dataset represents country-level aggregates. Temporal coverage is indicated by the `dates`, `start_dense_data` column(s). Geographic scope: **SDN**. *Curated into ML-ready Parquet format by [Electric Sheep Africa](https://huggingface.co/electricsheepafrica).* --- ## Dataset Characteristics | | | |---|---| | **Domain** | Food security and nutrition | | **Unit of observation** | Country-level aggregates | | **Rows (total)** | 4,389 | | **Columns** | 92 (79 numeric, 10 categorical, 3 datetime) | | **Train split** | 3,511 rows | | **Test split** | 877 rows | | **Geographic scope** | SDN | | **Publisher** | World Bank Group | | **HDX last updated** | 2026-04-01 | --- ## Variables **Geographic** — `iso3` (SDN), `country` (Sudan), `lat` (range 11.02–19.62), `lon` (range 22.45–37.22), `year` (range 2007.0–2026.0) and 25 others. **Temporal** — `dates`, `month` (range 1.0–12.0). **Demographic** — `data_coverage` (range 35.08–35.08), `data_coverage_recent` (range 74.44–74.44). **Identifier / Metadata** — `adm1_name` (North Darfur, Kassala, Central Darfur), `adm2_name` (El Fasher, Kassala, Zalingei), `mkt_name` (Al Fashir, Kassala, Zalingi), `geo_id` (gid_136300000253500000, gid_154600000364000000, gid_129000000234800000), `sorghum_food_aid` (range 0.67–9000.0) and 7 others. **Other** — `components` (beans_egyptian (1 KG, Index Weight = 1), milk (1 KG, Index Weight = 1), millet (3.5 KG, Index Weight = 0.29), oil (1 L, Index Weight = 1), onions (1 KG, Index Weight = 1), salt (1 KG, Index Weight = 1), sorghum (3 KG, Index Weight = 0.33), sorghum_food_aid (3 KG, Index Weight = 0), sugar (1 KG, Index Weight = 1), tomatoes (1 KG, Index Weight = 1)), `start_dense_data`, `milk` (range 222.0–219583.0), `millet` (range -70.26–370833.0), `sorghum` (range -214245.19–339583.0) and 41 others. --- ## Quick Start ```python from datasets import load_dataset ds = load_dataset("electricsheepafrica/africa-sudan-real-time-prices") train = ds["train"].to_pandas() test = ds["test"].to_pandas() print(train.shape) train.head() ``` --- ## Schema | Column | Type | Null % | Range / Sample Values | |---|---|---|---| | `iso3` | object | 0.0% | SDN | | `country` | object | 0.0% | Sudan | | `adm1_name` | object | 0.0% | North Darfur, Kassala, Central Darfur | | `adm2_name` | object | 0.0% | El Fasher, Kassala, Zalingei | | `mkt_name` | object | 0.0% | Al Fashir, Kassala, Zalingi | | `lat` | float64 | 5.3% | 11.02 – 19.62 (mean 14.0711) | | `lon` | float64 | 5.3% | 22.45 – 37.22 (mean 30.615) | | `geo_id` | object | 0.0% | gid_136300000253500000, gid_154600000364000000, gid_129000000234800000 | | `dates` | datetime64[ns] | 0.0% | | | `year` | int64 | 0.0% | 2007.0 – 2026.0 (mean 2016.1299) | | `month` | int64 | 0.0% | 1.0 – 12.0 (mean 6.4416) | | `currency` | object | 0.0% | SDG | | `components` | object | 0.0% | beans_egyptian (1 KG, Index Weight = 1), milk (1 KG, Index Weight = 1), millet (3.5 KG, Index Weight = 0.29), oil (1 L, Index Weight = 1), onions (1 KG, Index Weight = 1), salt (1 KG, Index Weight = 1), sorghum (3 KG, Index Weight = 0.33), sorghum_food_aid (3 KG, Index Weight = 0), sugar (1 KG, Index Weight = 1), tomatoes (1 KG, Index Weight = 1) | | `start_dense_data` | datetime64[ns] | 0.0% | | | `last_survey_point` | datetime64[ns] | 0.0% | | | `data_coverage` | float64 | 0.0% | 35.08 – 35.08 (mean 35.08) | | `data_coverage_recent` | float64 | 0.0% | 74.44 – 74.44 (mean 74.44) | | `index_confidence_score` | float64 | 0.0% | 0.93 – 0.93 (mean 0.93) | | `spatially_interpolated` | int64 | 0.0% | 0.0 – 0.0 (mean 0.0) | | `milk` | float64 | 78.6% | 222.0 – 219583.0 (mean 9527.1255) | | `millet` | float64 | 40.6% | -70.26 – 370833.0 (mean 1914.8324) | | `sorghum` | float64 | 44.0% | -214245.19 – 339583.0 (mean 1586.8497) | | `sorghum_food_aid` | float64 | 79.8% | 0.67 – 9000.0 (mean 399.2328) | | `tomatoes` | float64 | 78.8% | 18.0 – 110000.0 (mean 4082.5064) | | `o_beans_egyptian` | float64 | 0.0% | 1.74 – 33316.4 (mean 962.0508) | | `h_beans_egyptian` | float64 | 0.0% | 1.85 – 36833.94 (mean 1094.2087) | | `l_beans_egyptian` | float64 | 0.0% | 1.63 – 27521.14 (mean 828.8029) | | `c_beans_egyptian` | float64 | 0.0% | 1.72 – 30013.42 (mean 946.8296) | | `inflation_beans_egyptian` | float64 | 5.2% | -74.23 – 847.79 (mean 74.8036) | | `trust_beans_egyptian` | float64 | 0.0% | 7.5 – 10.0 (mean 8.6391) | | `o_milk` | float64 | 0.0% | 8.12 – 86820.93 (mean 3347.128) | | `h_milk` | float64 | 0.0% | | | `l_milk` | float64 | 0.0% | | | `c_milk` | float64 | 0.0% | | | `inflation_milk` | float64 | 5.2% | | | `trust_milk` | float64 | 0.0% | | | `o_millet` | float64 | 0.0% | | | `h_millet` | float64 | 0.0% | | | `l_millet` | float64 | 0.0% | | | `c_millet` | float64 | 0.0% | | | `inflation_millet` | float64 | 5.2% | | | `trust_millet` | float64 | 0.0% | | | `o_oil` | float64 | 0.0% | | | `h_oil` | float64 | 0.0% | | | `l_oil` | float64 | 0.0% | | | `c_oil` | float64 | 0.0% | | | `inflation_oil` | float64 | 5.2% | | | `trust_oil` | float64 | 0.0% | | | `o_onions` | float64 | 0.0% | | | `h_onions` | float64 | 0.0% | | | `l_onions` | float64 | 0.0% | | | `c_onions` | float64 | 0.0% | | | `inflation_onions` | float64 | 5.2% | | | `trust_onions` | float64 | 0.0% | | | `o_salt` | float64 | 0.0% | | | `h_salt` | float64 | 0.0% | | | `l_salt` | float64 | 0.0% | | | `c_salt` | float64 | 0.0% | | | `inflation_salt` | float64 | 5.2% | | | `trust_salt` | float64 | 0.0% | | | `o_sorghum` | float64 | 0.0% | | | `h_sorghum` | float64 | 0.0% | | | `l_sorghum` | float64 | 0.0% | | | `c_sorghum` | float64 | 0.0% | | | `inflation_sorghum` | float64 | 5.2% | | | `trust_sorghum` | float64 | 0.0% | | | `o_sorghum_food_aid` | float64 | 0.0% | | | `h_sorghum_food_aid` | float64 | 0.0% | | | `l_sorghum_food_aid` | float64 | 0.0% | | | `c_sorghum_food_aid` | float64 | 0.0% | | | `inflation_sorghum_food_aid` | float64 | 5.2% | | | `trust_sorghum_food_aid` | float64 | 0.0% | | | `o_sugar` | float64 | 0.0% | | | `h_sugar` | float64 | 0.0% | | | `l_sugar` | float64 | 0.0% | | | `c_sugar` | float64 | 0.0% | | | `inflation_sugar` | float64 | 5.2% | | | `trust_sugar` | float64 | 0.0% | | | `o_tomatoes` | float64 | 0.0% | | | `h_tomatoes` | float64 | 0.0% | | | `l_tomatoes` | float64 | 0.0% | | | `c_tomatoes` | float64 | 0.0% | | | `inflation_tomatoes` | float64 | 5.2% | | | `trust_tomatoes` | float64 | 0.0% | | | `o_food_price_index` | float64 | 0.0% | | | `h_food_price_index` | float64 | 0.0% | | | `l_food_price_index` | float64 | 0.0% | | | `c_food_price_index` | float64 | 0.0% | | | `inflation_food_price_index` | float64 | 5.2% | | | `trust_food_price_index` | float64 | 0.0% | | | `esa_source` | object | 0.0% | HDX | | `esa_processed` | object | 0.0% | 2026-04-07 | --- ## Numeric Summary | Column | Min | Max | Mean | Median | |---|---|---|---|---| | `lat` | 11.02 | 19.62 | 14.0711 | 13.32 | | `lon` | 22.45 | 37.22 | 30.615 | 31.505 | | `year` | 2007.0 | 2026.0 | 2016.1299 | 2016.0 | | `month` | 1.0 | 12.0 | 6.4416 | 6.0 | | `data_coverage` | 35.08 | 35.08 | 35.08 | 35.08 | | `data_coverage_recent` | 74.44 | 74.44 | 74.44 | 74.44 | | `index_confidence_score` | 0.93 | 0.93 | 0.93 | 0.93 | | `spatially_interpolated` | 0.0 | 0.0 | 0.0 | 0.0 | | `milk` | 222.0 | 219583.0 | 9527.1255 | 5100.0 | | `millet` | -70.26 | 370833.0 | 1914.8324 | 22.67 | | `sorghum` | -214245.19 | 339583.0 | 1586.8497 | 15.0 | | `sorghum_food_aid` | 0.67 | 9000.0 | 399.2328 | 12.0 | | `tomatoes` | 18.0 | 110000.0 | 4082.5064 | 1954.0 | | `o_beans_egyptian` | 1.74 | 33316.4 | 962.0508 | 20.64 | | `h_beans_egyptian` | 1.85 | 36833.94 | 1094.2087 | 21.92 | --- ## Curation Raw data was downloaded from HDX via the CKAN API and converted to Parquet. Column names were lowercased and standardised to snake_case. Common missing-value markers (`N/A`, `null`, `none`, `-`, `unknown`, `no data`, `#N/A`) were unified to `NaN`. 768 column(s) with >80% missing values were removed: `apples`, `bananas`, `beans`, `beans_egyptian`, `beans_fao`, `bread`.... 3 column(s) were cast from string to numeric or datetime based on parse-success rate (>85% threshold). The dataset was split 80/20 into train and test partitions using a fixed random seed (42) and saved as Snappy-compressed Parquet. --- ## Limitations - Data originates from World Bank Group and has not been independently validated by ESA. - Automated cleaning cannot correct for misreported values, definitional inconsistencies, or sampling bias in the original collection. - The following columns have >20% missing values and should be treated with caution in modelling: `milk`, `millet`, `sorghum`, `sorghum_food_aid`, `tomatoes`. - Refer to the [original HDX dataset page](https://data.humdata.org/dataset/sudan-real-time-prices) for the publisher's own methodology notes and caveats. --- ## Citation ```bibtex @dataset{hdx_africa_sudan_real_time_prices, title = {Sudan - Real Time Prices}, author = {World Bank Group}, year = {2026}, url = {https://data.humdata.org/dataset/sudan-real-time-prices}, note = {Repackaged for machine learning by Electric Sheep Africa (https://huggingface.co/electricsheepafrica)} } ``` --- *[Electric Sheep Africa](https://huggingface.co/electricsheepafrica) — Africa's ML dataset infrastructure. Lagos, Nigeria.*
提供机构:
electricsheepafrica
5,000+
优质数据集
54 个
任务类型
进入经典数据集
二维码
社区交流群

面向社区/商业的数据集话题

二维码
科研交流群

面向高校/科研机构的开源数据集话题

数据驱动未来

携手共赢发展

商业合作