five

electricsheepafrica/africa-guinea-bissau-real-time-prices

收藏
Hugging Face2026-04-07 更新2026-04-12 收录
下载链接:
https://hf-mirror.com/datasets/electricsheepafrica/africa-guinea-bissau-real-time-prices
下载链接
链接失效反馈
官方服务:
资源简介:
--- annotations_creators: - no-annotation language_creators: - found language: - en license: cc-by-4.0 multilinguality: - monolingual size_categories: - 10K<n<100K source_datasets: - original task_categories: - tabular-regression task_ids: [] tags: - africa - humanitarian - hdx - electric-sheep-africa - energy - food-security - gnb pretty_name: "Guinea-Bissau - Real Time Prices" dataset_info: splits: - name: train num_examples: 8500 - name: test num_examples: 2125 --- # Guinea-Bissau - Real Time Prices **Publisher:** World Bank Group · **Source:** [HDX](https://data.humdata.org/dataset/guinea-bissau-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: **GNB**. *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)** | 10,626 | | **Columns** | 111 (98 numeric, 10 categorical, 3 datetime) | | **Train split** | 8,500 rows | | **Test split** | 2,125 rows | | **Geographic scope** | GNB | | **Publisher** | World Bank Group | | **HDX last updated** | 2026-04-01 | --- ## Variables **Geographic** — `iso3` (GNB), `country` (Guinea-Bissau), `lat` (range 11.13–12.67), `lon` (range -16.3–-13.93), `year` (range 2007.0–2026.0) and 24 others. **Temporal** — `dates`, `month` (range 1.0–12.0). **Demographic** — `data_coverage` (range 18.42–18.42), `data_coverage_recent` (range 16.01–16.01). **Identifier / Metadata** — `adm1_name` (Bafata, Cacheu, Gabu), `adm2_name` (Sector Autonomo De Bissau, Safim, Bafata), `mkt_name` (Bambadinca, Pirada, Gabu), `geo_id` (gid_120200000-148600000, gid_126700000-141500000, gid_122800000-142200000), `esa_source` (HDX) and 1 others. **Other** — `components` (bananas (1 KG, Index Weight = 1), batteries (1 Unit, Index Weight = 0), beans (1 KG, Index Weight = 1), candles (1 Unit, Index Weight = 0), fish_goldstripe_sardinella (1 KG, Index Weight = 1), fish_mullet_catfish (1 KG, Index Weight = 1), fuel_super_petrol (1 L, Index Weight = 0), groundnuts (1 KG, Index Weight = 1), millet (1 KG, Index Weight = 1), oil (1 L, Index Weight = 1), okra (1 KG, Index Weight = 1), onions (1 KG, Index Weight = 1), rice (1 KG, Index Weight = 1), soap (1 Unit, Index Weight = 0), sorghum (1 KG, Index Weight = 1), sugar (1 KG, Index Weight = 1), tomatoes (1 KG, Index Weight = 1), wheat_flour (1 KG, Index Weight = 1)), `start_dense_data`, `o_bananas` (range 296.93–5345.26), `h_bananas` (range 332.01–6406.9), `l_bananas` (range 272.19–2928.14) and 67 others. --- ## Quick Start ```python from datasets import load_dataset ds = load_dataset("electricsheepafrica/africa-guinea-bissau-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% | GNB | | `country` | object | 0.0% | Guinea-Bissau | | `adm1_name` | object | 0.0% | Bafata, Cacheu, Gabu | | `adm2_name` | object | 0.0% | Sector Autonomo De Bissau, Safim, Bafata | | `mkt_name` | object | 0.0% | Bambadinca, Pirada, Gabu | | `lat` | float64 | 2.2% | 11.13 – 12.67 (mean 11.9118) | | `lon` | float64 | 2.2% | -16.3 – -13.93 (mean -15.2689) | | `geo_id` | object | 0.0% | gid_120200000-148600000, gid_126700000-141500000, gid_122800000-142200000 | | `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% | XOF | | `components` | object | 0.0% | bananas (1 KG, Index Weight = 1), batteries (1 Unit, Index Weight = 0), beans (1 KG, Index Weight = 1), candles (1 Unit, Index Weight = 0), fish_goldstripe_sardinella (1 KG, Index Weight = 1), fish_mullet_catfish (1 KG, Index Weight = 1), fuel_super_petrol (1 L, Index Weight = 0), groundnuts (1 KG, Index Weight = 1), millet (1 KG, Index Weight = 1), oil (1 L, Index Weight = 1), okra (1 KG, Index Weight = 1), onions (1 KG, Index Weight = 1), rice (1 KG, Index Weight = 1), soap (1 Unit, Index Weight = 0), sorghum (1 KG, Index Weight = 1), sugar (1 KG, Index Weight = 1), tomatoes (1 KG, Index Weight = 1), wheat_flour (1 KG, Index Weight = 1) | | `start_dense_data` | datetime64[ns] | 0.0% | | | `last_survey_point` | datetime64[ns] | 0.0% | | | `data_coverage` | float64 | 0.0% | 18.42 – 18.42 (mean 18.42) | | `data_coverage_recent` | float64 | 0.0% | 16.01 – 16.01 (mean 16.01) | | `index_confidence_score` | float64 | 0.0% | 0.89 – 0.89 (mean 0.89) | | `spatially_interpolated` | int64 | 0.0% | 0.0 – 0.0 (mean 0.0) | | `o_bananas` | float64 | 0.0% | 296.93 – 5345.26 (mean 619.5342) | | `h_bananas` | float64 | 0.0% | 332.01 – 6406.9 (mean 644.8585) | | `l_bananas` | float64 | 0.0% | 272.19 – 2928.14 (mean 595.83) | | `c_bananas` | float64 | 0.0% | 278.0 – 5807.56 (mean 620.7551) | | `inflation_bananas` | float64 | 5.2% | -87.98 – 867.93 (mean 2.5104) | | `trust_bananas` | float64 | 0.0% | 6.4 – 10.0 (mean 7.2453) | | `o_beans` | float64 | 0.0% | 333.09 – 2058.42 (mean 704.8466) | | `h_beans` | float64 | 0.0% | 362.58 – 2271.66 (mean 746.6795) | | `l_beans` | float64 | 0.0% | 303.61 – 1854.76 (mean 665.7645) | | `c_beans` | float64 | 0.0% | 324.0 – 2104.33 (mean 708.055) | | `inflation_beans` | float64 | 5.2% | -60.67 – 273.4 (mean 7.4176) | | `trust_beans` | float64 | 0.0% | 6.8 – 10.0 (mean 7.6265) | | `o_fish_goldstripe_sardinella` | float64 | 0.0% | | | `h_fish_goldstripe_sardinella` | float64 | 0.0% | | | `l_fish_goldstripe_sardinella` | float64 | 0.0% | | | `c_fish_goldstripe_sardinella` | float64 | 0.0% | | | `inflation_fish_goldstripe_sardinella` | float64 | 5.2% | | | `trust_fish_goldstripe_sardinella` | float64 | 0.0% | | | `o_fish_mullet_catfish` | float64 | 0.0% | | | `h_fish_mullet_catfish` | float64 | 0.0% | | | `l_fish_mullet_catfish` | float64 | 0.0% | | | `c_fish_mullet_catfish` | float64 | 0.0% | | | `inflation_fish_mullet_catfish` | float64 | 5.2% | | | `trust_fish_mullet_catfish` | float64 | 0.0% | | | `o_groundnuts` | float64 | 0.0% | | | `h_groundnuts` | float64 | 0.0% | | | `l_groundnuts` | float64 | 0.0% | | | `c_groundnuts` | float64 | 0.0% | | | `inflation_groundnuts` | float64 | 5.2% | | | `trust_groundnuts` | 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_okra` | float64 | 0.0% | | | `h_okra` | float64 | 0.0% | | | `l_okra` | float64 | 0.0% | | | `c_okra` | float64 | 0.0% | | | `inflation_okra` | float64 | 5.2% | | | `trust_okra` | 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_rice` | float64 | 0.0% | | | `h_rice` | float64 | 0.0% | | | `l_rice` | float64 | 0.0% | | | `c_rice` | float64 | 0.0% | | | `inflation_rice` | float64 | 5.2% | | | `trust_rice` | 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_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_wheat_flour` | float64 | 0.0% | | | `h_wheat_flour` | float64 | 0.0% | | | `l_wheat_flour` | float64 | 0.0% | | | `c_wheat_flour` | float64 | 0.0% | | | `inflation_wheat_flour` | float64 | 5.2% | | | `trust_wheat_flour` | 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.13 | 12.67 | 11.9118 | 11.89 | | `lon` | -16.3 | -13.93 | -15.2689 | -15.33 | | `year` | 2007.0 | 2026.0 | 2016.1299 | 2016.0 | | `month` | 1.0 | 12.0 | 6.4416 | 6.0 | | `data_coverage` | 18.42 | 18.42 | 18.42 | 18.42 | | `data_coverage_recent` | 16.01 | 16.01 | 16.01 | 16.01 | | `index_confidence_score` | 0.89 | 0.89 | 0.89 | 0.89 | | `spatially_interpolated` | 0.0 | 0.0 | 0.0 | 0.0 | | `o_bananas` | 296.93 | 5345.26 | 619.5342 | 603.47 | | `h_bananas` | 332.01 | 6406.9 | 644.8585 | 624.125 | | `l_bananas` | 272.19 | 2928.14 | 595.83 | 585.24 | | `c_bananas` | 278.0 | 5807.56 | 620.7551 | 604.155 | | `inflation_bananas` | -87.98 | 867.93 | 2.5104 | 0.375 | | `trust_bananas` | 6.4 | 10.0 | 7.2453 | 6.4 | | `o_beans` | 333.09 | 2058.42 | 704.8466 | 638.005 | --- ## 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`. 749 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. - Refer to the [original HDX dataset page](https://data.humdata.org/dataset/guinea-bissau-real-time-prices) for the publisher's own methodology notes and caveats. --- ## Citation ```bibtex @dataset{hdx_africa_guinea_bissau_real_time_prices, title = {Guinea-Bissau - Real Time Prices}, author = {World Bank Group}, year = {2026}, url = {https://data.humdata.org/dataset/guinea-bissau-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
二维码
社区交流群
二维码
科研交流群
商业服务