lucyi-morn commited on
Commit
49809b1
·
verified ·
1 Parent(s): dc9eb23

Upload dataset folder

Browse files
README.md ADDED
@@ -0,0 +1,153 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ - tabular
13
+ - csv
14
+ - africa
15
+ - congo
16
+ - official-statistics
17
+ - open-data
18
+ configs:
19
+ - config_name: default
20
+ data_files:
21
+ - split: train
22
+ path: data/train-00000-of-00001.parquet
23
+ pretty_name: "Cross Gender Ties | Africa (Congo official open data)"
24
+ ---
25
+
26
+ # Cross Gender Ties | Africa (Congo official open data)
27
+
28
+ 34,238 rows - 1 Africa country - 2025-2026 - Repackaged by [Electric Sheep Africa](https://huggingface.co/electricsheepafrica)
29
+
30
+ ![rows](https://img.shields.io/badge/rows-34238-blue)
31
+ ![countries](https://img.shields.io/badge/countries-1-green)
32
+ ![years](https://img.shields.io/badge/years-2025-2026-orange)
33
+ ![indicators](https://img.shields.io/badge/indicators-0-purple)
34
+ ![license](https://img.shields.io/badge/license-cc-by-4.0-lightgrey)
35
+
36
+ ## TL;DR
37
+
38
+ This dataset packages one official `CSV` resource from **Congo** as
39
+ ML-ready Parquet. The source file is the provenance boundary; all usable
40
+ indicators or tabular columns from the resource stay together in this repo.
41
+
42
+ ## About the source
43
+
44
+ - **Source:** [Cross Gender Ties](https://data.humdata.org/dataset/cross-gender-ties)
45
+ - **Publisher:** AI for Good at Meta
46
+ - **Resource:** [geoboundaries_adm2_cgfr.csv](https://data.humdata.org/dataset/b138131c-52d0-48c0-8351-ee1c21cadf34/resource/4d0a6cbb-1f0a-49ea-8027-fa65b12a0fd5/download/geoboundaries_adm2_cgfr.csv)
47
+ - **Format:** `CSV`
48
+ - **License:** [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/)
49
+ - **Packaging mode:** `tabular_resource`
50
+
51
+ ## Geographic coverage
52
+
53
+ 1 Africa country:
54
+
55
+ | Country | Rows | First year | Last year | Name |
56
+ |---------|-----:|-----------:|----------:|------|
57
+ | `COG` | 34,238 | 2025 | 2026 | `Congo` |
58
+
59
+ ## Indicators or Resource Contents
60
+
61
+ - This source file is packaged as a normalized tabular resource.
62
+
63
+ ## Schema
64
+
65
+ | Column | Type | Description | Example |
66
+ |--------|------|-------------|---------|
67
+ | `source_record_id` | `string` | Stable row identifier for tabular resources. | `4d0a6cbb-1f0a-49ea-8027-fa65b12a0fd5:0` |
68
+ | `country_iso3` | `category` | ISO3 country code. | `COG` |
69
+ | `country_name` | `category` | Country name. | `Congo` |
70
+ | `region_id` | `string` | Source column. | `56859067B26511615248896` |
71
+ | `region_name` | `string` | Source column. | `Barra do Piraí` |
72
+ | `country` | `string` | Source column. | `BR` |
73
+ | `level` | `string` | Source column. | `geoboundaries_adm2` |
74
+ | `cgfr_5` | `float64` | Source column. | `0.6453` |
75
+ | `cgfr_10` | `float64` | Source column. | `0.6065` |
76
+ | `cgfr_25` | `float64` | Source column. | `0.587` |
77
+ | `cgfr_50` | `float64` | Source column. | `0.5811` |
78
+ | `cgfr_75` | `float64` | Source column. | `0.5842` |
79
+ | `cgfr_100` | `float64` | Source column. | `0.5904` |
80
+ | `cgfr_125` | `float64` | Source column. | `0.598` |
81
+ | `cgfr_150` | `float64` | Source column. | `0.6062` |
82
+ | `cgfr_175` | `float64` | Source column. | `0.6146` |
83
+ | `cgfr_200` | `float64` | Source column. | `0.6224` |
84
+ | `source_period_start_year` | `Int64` | First year inferred from source resource metadata. | `2025` |
85
+ | `source_period_end_year` | `Int64` | Last year inferred from source resource metadata. | `2026` |
86
+ | `source_period_label` | `category` | Human-readable period inferred from source resource metadata. | `2025-2026` |
87
+ | `source_provider` | `category` | Publishing organization. | `AI for Good at Meta` |
88
+ | `source_dataset` | `category` | Source package title. | `Cross Gender Ties` |
89
+ | `source_resource` | `category` | Source resource title. | `geoboundaries_adm2_cgfr.csv` |
90
+ | `source_package_id` | `category` | CKAN package UUID. | `b138131c-52d0-48c0-8351-ee1c21cadf34` |
91
+ | `source_resource_id` | `category` | CKAN resource UUID. | `4d0a6cbb-1f0a-49ea-8027-fa65b12a0fd5` |
92
+ | `source_url` | `category` | Original source resource URL. | `https://data.humdata.org/dataset/b138131c-52d0-48c0-8351-ee1c21cadf34/re` |
93
+ | `license_id` | `category` | Source license identifier. | `cc-by` |
94
+ | `retrieved_at` | `category` | UTC retrieval timestamp. | `2026-08-16T12:36:20Z` |
95
+
96
+ ## Usage
97
+
98
+ ```python
99
+ from datasets import load_dataset
100
+
101
+ ds = load_dataset("electricsheepafrica/africa-congo-cross-gender-ties-df2c2d69")
102
+ df = ds["train"].to_pandas()
103
+ print(df.head())
104
+ ```
105
+
106
+ ### Filter to one country
107
+
108
+ ```python
109
+ sample_country = df[df["country_iso3"] == "COG"]
110
+ ```
111
+
112
+ ### Work with indicators
113
+
114
+ ```python
115
+ if "indicator_id" in df.columns:
116
+ print(df["indicator_id"].value_counts().head())
117
+ sample = df.sort_values([c for c in ["indicator_id", "year"] if c in df.columns])
118
+ ```
119
+
120
+ ## Citation
121
+
122
+ ```bibtex
123
+ @misc{electric_sheep_africa_africa_congo_cross_gender_ties_df2c2d69_2026,
124
+ title = {Cross Gender Ties | Africa (Congo official open data)},
125
+ author = {AI for Good at Meta},
126
+ year = {2026},
127
+ url = {https://data.humdata.org/dataset/cross-gender-ties},
128
+ publisher = {HuggingFace Datasets, repackaged by Electric Sheep Africa},
129
+ howpublished = {\url{https://huggingface.co/datasets/electricsheepafrica/africa-congo-cross-gender-ties-df2c2d69}}
130
+ }
131
+ ```
132
+
133
+ ## License
134
+
135
+ Released under [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/).
136
+
137
+ Original data (c) AI for Good at Meta. When using this dataset, please cite both the
138
+ original source above and the Electric Sheep Africa repackaging.
139
+
140
+ ## About Electric Sheep
141
+
142
+ Electric Sheep Africa is part of the Electric Sheep mission: a unified,
143
+ ML-ready data layer for Africa on Hugging Face. We pull data from authoritative
144
+ open sources, normalize the schemas, package as Parquet, and publish with
145
+ consistent dataset cards so researchers and developers can use `load_dataset()`
146
+ to start working in seconds.
147
+
148
+ Browse the full collection: [huggingface.co/electricsheepafrica](https://huggingface.co/electricsheepafrica)
149
+
150
+ ---
151
+
152
+ Provenance: ingested 2026-08-16 via the Electric Sheep pipeline. Source URL:
153
+ https://data.humdata.org/dataset/b138131c-52d0-48c0-8351-ee1c21cadf34/resource/4d0a6cbb-1f0a-49ea-8027-fa65b12a0fd5/download/geoboundaries_adm2_cgfr.csv
data/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b4cb2e846a3d2eba5ff78173871ba2a3c516a353359de69ba29746950813ac2b
3
+ size 1649144
metadata/source_snapshot.json ADDED
@@ -0,0 +1,64 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "columns": [
3
+ "source_record_id",
4
+ "country_iso3",
5
+ "country_name",
6
+ "region_id",
7
+ "region_name",
8
+ "country",
9
+ "level",
10
+ "cgfr_5",
11
+ "cgfr_10",
12
+ "cgfr_25",
13
+ "cgfr_50",
14
+ "cgfr_75",
15
+ "cgfr_100",
16
+ "cgfr_125",
17
+ "cgfr_150",
18
+ "cgfr_175",
19
+ "cgfr_200",
20
+ "source_period_start_year",
21
+ "source_period_end_year",
22
+ "source_period_label",
23
+ "source_provider",
24
+ "source_dataset",
25
+ "source_resource",
26
+ "source_package_id",
27
+ "source_resource_id",
28
+ "source_url",
29
+ "license_id",
30
+ "retrieved_at"
31
+ ],
32
+ "generated_at": "2026-08-16T12:55:10Z",
33
+ "indicator_count": 0,
34
+ "mode": "tabular_resource",
35
+ "repo_id": "electricsheepafrica/africa-congo-cross-gender-ties-df2c2d69",
36
+ "rows": 34238,
37
+ "source": {
38
+ "api_base_url": "https://data.humdata.org/api/3/action",
39
+ "country_iso3": "COG",
40
+ "country_name": "Congo",
41
+ "group_names": "afg,alb,dza,and,ago,arg,arm,aus,aut,aze,bhs,bhr,bgd,brb,blr,bel,blz,ben,btn,bol,bih,bwa,bra,brn,bgr,bfa,bdi,cpv,khm,cmr,can,caf,tcd,chl,hkg,col,com,cog,cri,civ,hrv,cub,cze,cod,dnk,dji,dom,ecu,egy,slv,gnq,eri,est,swz,eth,fji,fin,fra,gab,gmb,geo,deu,gha,grc,grd,gtm,gin,gnb,guy,hti,hnd,hun,isl,ind,idn,irq,irl,isr,ita,jam,jpn,jor,kaz,ken,kir,xkx,kwt,kgz,lao,lva,lbn,lso,lbr,lby,ltu,lux,mdg,mwi,mys,mdv,mli,mlt,mrt,mus,mex,fsm,mng,mne,mar,moz,mmr,nam,npl,nld,nzl,nic,ner,nga,mkd,nor,omn,pak,pan,png,pry,per,phl,pol,prt,qat,kor,mda,rou,rus,rwa,lca,vct,wsm,stp,sau,sen,srb,sle,sgp,svk,svn,slb,som,zaf,ssd,esp,lka,sdn,sur,swe,che,syr,twn,tjk,tha,tls,tgo,ton,tto,tun,tkm,tur,uga,ukr,are,gbr,tza,usa,ury,uzb,vut,ven,vnm,yem,zmb,zwe",
42
+ "license_id": "cc-by",
43
+ "license_title": "Creative Commons Attribution International (CC BY)",
44
+ "license_url": "http://www.opendefinition.org/licenses/cc-by",
45
+ "organization_name": "meta",
46
+ "organization_title": "AI for Good at Meta",
47
+ "package_id": "b138131c-52d0-48c0-8351-ee1c21cadf34",
48
+ "package_name": "cross-gender-ties",
49
+ "package_notes": "A global dataset of cross-gender friendship links at the subnational level spanning nearly 200 countries and territories, constructed from more than a trillion friendship ties among Facebook users. Citation for data: - Bailey, M., Johnston, D., Kuchler, T., Kumar, A., & Stroebel, J. (2025). “Cross-Gender Social Ties Around the World.” AEA Papers and Proceedings (Vol. 115, pp. 132-138). [(Paper available here)](https://pages.stern.nyu.edu/~jstroebe/PDF/BJKKS_GenderTies.pdf)",
50
+ "package_page_url": "https://data.humdata.org/dataset/cross-gender-ties",
51
+ "package_title": "Cross Gender Ties",
52
+ "portal_url": "https://data.humdata.org",
53
+ "resource_description": "Data as of January 25th, 2026. Each row represents a 2nd-level administrative division (ADM2) as defined by the geoBoundaries taxonomy.",
54
+ "resource_format": "CSV",
55
+ "resource_id": "4d0a6cbb-1f0a-49ea-8027-fa65b12a0fd5",
56
+ "resource_last_modified": "2026-01-27T23:35:33.927234",
57
+ "resource_name": "geoboundaries_adm2_cgfr.csv",
58
+ "resource_position": "5",
59
+ "resource_url": "https://data.humdata.org/dataset/b138131c-52d0-48c0-8351-ee1c21cadf34/resource/4d0a6cbb-1f0a-49ea-8027-fa65b12a0fd5/download/geoboundaries_adm2_cgfr.csv",
60
+ "tag_names": "economics,gender,men,social media data,socioeconomics,women"
61
+ },
62
+ "year_max": 2026,
63
+ "year_min": 2025
64
+ }