Olaroti commited on
Commit
28d0d14
·
verified ·
1 Parent(s): a71131b

Standardize Electric Sheep Africa dataset card

Browse files
Files changed (1) hide show
  1. README.md +134 -13
README.md CHANGED
@@ -1,23 +1,144 @@
1
  ---
2
  license: cc-by-4.0
 
 
3
  task_categories:
4
  - tabular-classification
5
  - tabular-regression
6
- language:
7
- - en
8
- tags:
9
- - housing
10
- - urbanization
11
- - africa
12
- - synthetic-data
13
- - sub-saharan-africa
14
- - tenure-security
15
- - property-rights
16
- - synthetic
17
  size_categories:
18
  - 10K<n<100K
19
- data_type: synthetic
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
20
  ---
21
 
22
- > ⚠️ **Synthetic dataset** Parameterized from published SSA literature, not real observations. Not suitable for empirical analysis or policy inference.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
23
 
 
 
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
  - 10K<n<100K
11
+ tags:
12
+ - "africa"
13
+ - "electric-sheep-africa"
14
+ - "open-data"
15
+ - "metadata-backed"
16
+ - "governance-security"
17
+ - "csv"
18
+ - "tabular"
19
+ - "text"
20
+ - "housing"
21
+ - "urbanization"
22
+ - "synthetic-data"
23
+ - "sub-saharan-africa"
24
+ - "tenure-security"
25
+ - "property-rights"
26
+ - "synthetic"
27
+ - "security"
28
+ pretty_name: "Africa Synth Urbanization Housing Tenure Security Africa All | Africa (Electric Sheep Africa metadata inventory)"
29
  ---
30
 
31
+ # Africa Synth Urbanization Housing Tenure Security Africa All | Africa (Electric Sheep Africa metadata inventory)
32
+
33
+ **Size category:** `10K<n<100K` - **Formats:** `csv` - **Sector:** governance_security - *Engineered by [Electric Sheep Africa](https://huggingface.co/electricsheepafrica)*
34
+
35
+ ![size](https://img.shields.io/badge/size-10K%3Cn%3C100K-blue)
36
+ ![sector](https://img.shields.io/badge/sector-governance_security-green)
37
+ ![downloads](https://img.shields.io/badge/HF_downloads-59-orange)
38
+ ![license](https://img.shields.io/badge/license-cc--by--4.0-lightgrey)
39
+
40
+ ## TL;DR
41
+
42
+ 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.
43
+
44
+ ## What This Dataset Covers
45
+
46
+ Public datasets help analysts inspect structured evidence, build reproducible workflows, and compare patterns across domains.
47
+
48
+ Dataset context from the existing Hugging Face card: ⚠️ Synthetic dataset — Parameterized from published SSA literature, not real observations. Not suitable for empirical analysis or policy inference.
49
+
50
+ ## Dataset Profile
51
+
52
+ | Field | Value |
53
+ |---|---|
54
+ | Hugging Face repo | [`electricsheepafrica/africa-synth-urbanization-housing-tenure-security-africa-all`](https://huggingface.co/datasets/electricsheepafrica/africa-synth-urbanization-housing-tenure-security-africa-all) |
55
+ | Sector | governance_security |
56
+ | Topic tags | housing, urbanization, synthetic-data, sub-saharan-africa, tenure-security, property-rights, synthetic |
57
+ | Modalities | `tabular`, `text` |
58
+ | Formats | `csv` |
59
+ | Size category | `10K<n<100K` |
60
+ | Countries | Africa-wide or source-defined African coverage |
61
+ | ISO3 coverage | `not declared` |
62
+ | Last modified on HF | `2026-04-14 22:53:59+00:00` |
63
+ | Inventory snapshot | `2026-07-16T16:00:34Z` |
64
+
65
+ ## How To Read This Dataset
66
+
67
+ - Start from the repository files and the dataset viewer when available.
68
+ - Treat the README context as a fast orientation layer; confirm variable definitions and units in the data files before modeling.
69
+ - Use explicit country columns when present. When geography is only implied by the title or source metadata, document that assumption in downstream analysis.
70
+ - Preserve missing values until you have a defensible imputation rule.
71
+
72
+ ## Usage
73
+
74
+ ```python
75
+ from datasets import load_dataset
76
+
77
+ ds = load_dataset("electricsheepafrica/africa-synth-urbanization-housing-tenure-security-africa-all")
78
+ print(ds)
79
+
80
+ split_name = next(iter(ds))
81
+ table = ds[split_name]
82
+ print(table.features)
83
+ print(table[:3])
84
+ ```
85
+
86
+ ### Convert To Pandas When Tabular
87
+
88
+ ```python
89
+ from datasets import Dataset
90
+
91
+ first_split = ds[next(iter(ds))]
92
+ if isinstance(first_split, Dataset):
93
+ df = first_split.to_pandas()
94
+ print(df.head())
95
+ ```
96
+
97
+ ## Data Quality Notes
98
+
99
+ - This card was standardized from the Electric Sheep Africa Hugging Face metadata inventory.
100
+ - Exact schema, row counts, and source files should be inspected in the repository data files.
101
+ - Metadata gaps from the inventory: country, upstream_publisher.
102
+ - Do not infer policy meaning from labels alone; confirm definitions, units, and methods in the source material.
103
+
104
+ ## Source And Provenance
105
+
106
+ - **Source context:** Electric Sheep Africa metadata inventory
107
+ - **Publisher/source attribution:** Public dataset metadata
108
+ - **License:** [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/)
109
+ - **Hugging Face URL:** [https://huggingface.co/datasets/electricsheepafrica/africa-synth-urbanization-housing-tenure-security-africa-all](https://huggingface.co/datasets/electricsheepafrica/africa-synth-urbanization-housing-tenure-security-africa-all)
110
+ - **Inventory retrieved at:** `2026-07-16T16:00:34Z`
111
+
112
+ ## Suggested Analyses
113
+
114
+ - Inspect schema and missingness before modeling.
115
+ - Profile variables by geography, time, and subgroup columns where present.
116
+ - Join with other Electric Sheep Africa datasets using explicit country, year, and indicator fields when available.
117
+ - Build reproducible notebooks that cite both the original source context and the Electric Sheep Africa Hugging Face repo.
118
+
119
+ ## Citation
120
+
121
+ ```bibtex
122
+ @misc{electric_sheep_africa_africa_synth_urbanization_housing_tenure_security_africa_all_2026,
123
+ title = {Africa Synth Urbanization Housing Tenure Security Africa All | Africa (Electric Sheep Africa metadata inventory)},
124
+ author = {Public dataset metadata},
125
+ year = {2026},
126
+ url = {https://huggingface.co/datasets/electricsheepafrica/africa-synth-urbanization-housing-tenure-security-africa-all},
127
+ publisher = {Hugging Face Datasets, engineered by Electric Sheep Africa},
128
+ howpublished = {\url{https://huggingface.co/datasets/electricsheepafrica/africa-synth-urbanization-housing-tenure-security-africa-all}}
129
+ }
130
+ ```
131
+
132
+ ## License
133
+
134
+ Released under [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/).
135
+
136
+ 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.
137
+
138
+ ## About Electric Sheep Africa
139
+
140
+ Electric Sheep Africa publishes ML-ready African public datasets on Hugging Face.
141
+
142
+ ---
143
 
144
+ Provenance: metadata-backed README standardized 2026-08-12 by the Electric Sheep Africa README system. Inventory source: `catalog/esa_metadata_inventory/master_metadata.jsonl`.