Olaroti commited on
Commit
da52d2e
·
verified ·
1 Parent(s): 4eb0966

Standardize Electric Sheep Africa dataset card

Browse files
Files changed (1) hide show
  1. README.md +105 -103
README.md CHANGED
@@ -1,145 +1,147 @@
1
  ---
2
- annotations_creators:
3
- - no-annotation
4
- language_creators:
5
- - found
6
  language:
7
  - en
8
- license: cc-by-4.0
9
- multilinguality:
10
- - monolingual
11
- size_categories:
12
- - n<1K
13
- source_datasets:
14
- - original
15
  task_categories:
16
  - tabular-classification
17
- - other
18
- task_ids: []
 
 
19
  tags:
20
- - africa
21
- - humanitarian
22
- - hdx
23
- - electric-sheep-africa
24
- - affected-population
25
- - climate-weather
26
- - damage-assessment
27
- - flooding
28
- - hxl
29
- - migration
30
- - population
31
- - mli
32
- pretty_name: "Mali: Suivi des Inondations"
33
- dataset_info:
34
- splits:
35
- - name: train
36
- num_examples: 16
37
- - name: test
38
- num_examples: 4
 
39
  ---
40
 
41
- # Mali: Suivi des Inondations
42
 
43
- **Publisher:** OCHA Mali · **Source:** [HDX](https://data.humdata.org/dataset/mali-suivi-des-inondations) · **License:** `cc-by` · **Updated:** 2025-05-05
44
 
45
- ---
 
 
 
46
 
47
- ## Abstract
48
 
49
- Les données contiennent les impacts causés par les inondations et les fortes pluies au Mali.
50
 
51
- Each row in this dataset represents first-level administrative unit observations. Data was last updated on HDX on 2025-05-05. Geographic scope: **MLI**.
52
 
53
- *Curated into ML-ready Parquet format by [Electric Sheep Africa](https://huggingface.co/electricsheepafrica).*
54
 
55
- ---
56
 
57
- ## Dataset Characteristics
58
 
59
- | | |
60
  |---|---|
61
- | **Domain** | Climate and environment |
62
- | **Unit of observation** | First-level administrative unit observations |
63
- | **Rows (total)** | 21 |
64
- | **Columns** | 4 (1 numeric, 3 categorical, 0 datetime) |
65
- | **Train split** | 16 rows |
66
- | **Test split** | 4 rows |
67
- | **Geographic scope** | MLI |
68
- | **Publisher** | OCHA Mali |
69
- | **HDX last updated** | 2025-05-05 |
70
-
71
- ---
72
-
73
- ## Variables
74
-
75
- **Geographic** `admin1_name` (#adm1+name, Kayes, Nara).
76
-
77
- **Demographic** `personnes_affectées` (range 717.0–84458.0).
78
-
79
- **Identifier / Metadata** — `esa_source` (HDX), `esa_processed` (2026-04-18).
80
-
81
- ---
82
-
83
- ## Quick Start
84
 
85
  ```python
86
  from datasets import load_dataset
87
 
88
- ds = load_dataset("electricsheepafrica/africa-mali-suivi-des-inondations")
89
- train = ds["train"].to_pandas()
90
- test = ds["test"].to_pandas()
91
 
92
- print(train.shape)
93
- train.head()
 
 
94
  ```
95
 
96
- ---
97
-
98
- ## Schema
99
-
100
- | Column | Type | Null % | Range / Sample Values |
101
- |---|---|---|---|
102
- | `admin1_name` | object | 0.0% | #adm1+name, Kayes, Nara |
103
- | `personnes_affectées` | float64 | 4.8% | 717.0 – 84458.0 (mean 18472.1) |
104
- | `esa_source` | object | 0.0% | HDX |
105
- | `esa_processed` | object | 0.0% | 2026-04-18 |
106
-
107
- ---
108
-
109
- ## Numeric Summary
110
 
111
- | Column | Min | Max | Mean | Median |
112
- |---|---|---|---|---|
113
- | `personnes_affectées` | 717.0 | 84458.0 | 18472.1 | 7373.5 |
114
 
115
- ---
 
 
 
 
116
 
117
- ## Curation
118
 
119
- 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`. 1 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.
 
 
 
120
 
121
- ---
122
 
123
- ## Limitations
 
 
 
 
124
 
125
- - Data originates from OCHA Mali and has not been independently validated by ESA.
126
- - Automated cleaning cannot correct for misreported values, definitional inconsistencies, or sampling bias in the original collection.
127
- - Refer to the [original HDX dataset page](https://data.humdata.org/dataset/mali-suivi-des-inondations) for the publisher's own methodology notes and caveats.
128
 
129
- ---
 
 
 
130
 
131
  ## Citation
132
 
133
  ```bibtex
134
- @dataset{hdx_africa_mali_suivi_des_inondations,
135
- title = {Mali: Suivi des Inondations},
136
- author = {OCHA Mali},
137
- year = {2025},
138
- url = {https://data.humdata.org/dataset/mali-suivi-des-inondations},
139
- note = {Repackaged for machine learning by Electric Sheep Africa (https://huggingface.co/electricsheepafrica)}
 
140
  }
141
  ```
142
 
 
 
 
 
 
 
 
 
 
 
143
  ---
144
 
145
- *[Electric Sheep Africa](https://huggingface.co/electricsheepafrica) Africa's ML dataset infrastructure. Lagos, Nigeria.*
 
1
  ---
2
+ license: cc-by-4.0
 
 
 
3
  language:
4
  - en
 
 
 
 
 
 
 
5
  task_categories:
6
  - tabular-classification
7
+ - tabular-regression
8
+ multilinguality: monolingual
9
+ size_categories:
10
+ - n<1K
11
  tags:
12
+ - "africa"
13
+ - "electric-sheep-africa"
14
+ - "open-data"
15
+ - "metadata-backed"
16
+ - "climate-environment"
17
+ - "parquet"
18
+ - "text"
19
+ - "humanitarian"
20
+ - "hdx"
21
+ - "affected-population"
22
+ - "climate-weather"
23
+ - "damage-assessment"
24
+ - "flooding"
25
+ - "hxl"
26
+ - "migration"
27
+ - "population"
28
+ - "mli"
29
+ - "climate"
30
+ - "weather"
31
+ pretty_name: "Mali: Suivi des Inondations | Africa (original)"
32
  ---
33
 
34
+ # Mali: Suivi des Inondations | Africa (original)
35
 
36
+ **Size category:** `n<1K` - **Formats:** `parquet` - **Sector:** climate_environment - *Engineered by [Electric Sheep Africa](https://huggingface.co/electricsheepafrica)*
37
 
38
+ ![size](https://img.shields.io/badge/size-n%3C1K-blue)
39
+ ![sector](https://img.shields.io/badge/sector-climate_environment-green)
40
+ ![downloads](https://img.shields.io/badge/HF_downloads-18-orange)
41
+ ![license](https://img.shields.io/badge/license-cc--by--4.0-lightgrey)
42
 
43
+ ## TL;DR
44
 
45
+ This dataset is part of the Electric Sheep Africa catalog on Hugging Face. It is indexed for African data discovery with standardized metadata, loading guidance, provenance notes, and analyst-oriented context.
46
 
47
+ ## What This Dataset Covers
48
 
49
+ Public datasets help analysts inspect structured evidence, build reproducible workflows, and compare patterns across domains.
50
 
51
+ Dataset context from the existing Hugging Face card: Mali: Suivi des Inondations Publisher: OCHA Mali · Source: HDX · License: cc-by · Updated: 2025-05-05 Abstract Les données contiennent les impacts causés par les inondations et les fortes pluies au Mali. Each row in this dataset represents first-level administrative unit observations. Data was last updated on HDX on 2025-05-05. Geographic scope: MLI. Curated into ML-ready Parquet format by Electric Sheep Africa. Dataset Characteristics Domain… See the full description on the dataset page: https://huggingface.co/datasets/electricsheepafrica/africa-mali-suivi-des-inondations.
52
 
53
+ ## Dataset Profile
54
 
55
+ | Field | Value |
56
  |---|---|
57
+ | Hugging Face repo | [`electricsheepafrica/africa-mali-suivi-des-inondations`](https://huggingface.co/datasets/electricsheepafrica/africa-mali-suivi-des-inondations) |
58
+ | Sector | climate_environment |
59
+ | Topic tags | humanitarian, hdx, electric-sheep-africa, affected-population, climate-weather, damage-assessment, flooding, hxl, migration, population, mli |
60
+ | Modalities | `text` |
61
+ | Formats | `parquet` |
62
+ | Size category | `n<1K` |
63
+ | Countries | Mali |
64
+ | ISO3 coverage | `MLI` |
65
+ | Last modified on HF | `2026-04-20 08:29:14+00:00` |
66
+ | Inventory snapshot | `2026-07-16T16:00:34Z` |
67
+
68
+ ## How To Read This Dataset
69
+
70
+ - Start from the repository files and the dataset viewer when available.
71
+ - Treat the README context as a fast orientation layer; confirm variable definitions and units in the data files before modeling.
72
+ - Use explicit country columns when present. When geography is only implied by the title or source metadata, document that assumption in downstream analysis.
73
+ - Preserve missing values until you have a defensible imputation rule.
74
+
75
+ ## Usage
 
 
 
 
76
 
77
  ```python
78
  from datasets import load_dataset
79
 
80
+ ds = load_dataset("electricsheepafrica/africa-mali-suivi-des-inondations")
81
+ print(ds)
 
82
 
83
+ split_name = next(iter(ds))
84
+ table = ds[split_name]
85
+ print(table.features)
86
+ print(table[:3])
87
  ```
88
 
89
+ ### Convert To Pandas When Tabular
 
 
 
 
 
 
 
 
 
 
 
 
 
90
 
91
+ ```python
92
+ from datasets import Dataset
 
93
 
94
+ first_split = ds[next(iter(ds))]
95
+ if isinstance(first_split, Dataset):
96
+ df = first_split.to_pandas()
97
+ print(df.head())
98
+ ```
99
 
100
+ ## Data Quality Notes
101
 
102
+ - This card was standardized from the Electric Sheep Africa Hugging Face metadata inventory.
103
+ - Exact schema, row counts, and source files should be inspected in the repository data files.
104
+ - Metadata gaps from the inventory: upstream_publisher.
105
+ - Do not infer policy meaning from labels alone; confirm definitions, units, and methods in the source material.
106
 
107
+ ## Source And Provenance
108
 
109
+ - **Source context:** original
110
+ - **Publisher/source attribution:** original
111
+ - **License:** [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/)
112
+ - **Hugging Face URL:** [https://huggingface.co/datasets/electricsheepafrica/africa-mali-suivi-des-inondations](https://huggingface.co/datasets/electricsheepafrica/africa-mali-suivi-des-inondations)
113
+ - **Inventory retrieved at:** `2026-07-16T16:00:34Z`
114
 
115
+ ## Suggested Analyses
 
 
116
 
117
+ - Inspect schema and missingness before modeling.
118
+ - Profile variables by geography, time, and subgroup columns where present.
119
+ - Join with other Electric Sheep Africa datasets using explicit country, year, and indicator fields when available.
120
+ - Build reproducible notebooks that cite both the original source context and the Electric Sheep Africa Hugging Face repo.
121
 
122
  ## Citation
123
 
124
  ```bibtex
125
+ @misc{electric_sheep_africa_africa_mali_suivi_des_inondations_2026,
126
+ title = {Mali: Suivi des Inondations | Africa (original)},
127
+ author = {original},
128
+ year = {2026},
129
+ url = {https://huggingface.co/datasets/electricsheepafrica/africa-mali-suivi-des-inondations},
130
+ publisher = {Hugging Face Datasets, engineered by Electric Sheep Africa},
131
+ howpublished = {\url{https://huggingface.co/datasets/electricsheepafrica/africa-mali-suivi-des-inondations}}
132
  }
133
  ```
134
 
135
+ ## License
136
+
137
+ Released under [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/).
138
+
139
+ Original source rights remain with the original publisher or data provider. Electric Sheep Africa engineering standardizes discovery metadata, documentation, and usage guidance for analysis on Hugging Face.
140
+
141
+ ## About Electric Sheep Africa
142
+
143
+ Electric Sheep Africa publishes ML-ready African public datasets on Hugging Face.
144
+
145
  ---
146
 
147
+ Provenance: metadata-backed README standardized 2026-08-12 by the Electric Sheep Africa README system. Inventory source: `catalog/esa_metadata_inventory/master_metadata.jsonl`.