CollosaAI commited on
Commit
47b77ff
·
verified ·
1 Parent(s): cc30efd

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +126 -30
README.md CHANGED
@@ -1,32 +1,128 @@
1
  ---
2
- dataset_info:
3
- features:
4
- - name: country_name
5
- dtype: string
6
- - name: country_iso3
7
- dtype: string
8
- - name: year
9
- dtype: int64
10
- - name: Share with a mobile money account
11
- dtype: float64
12
- - name: Share with a mobile phone
13
- dtype: float64
14
- - name: World region according to OWID
15
- dtype: string
16
- splits:
17
- - name: train
18
- num_bytes: 3370
19
- num_examples: 66
20
- - name: test
21
- num_bytes: 901
22
- num_examples: 17
23
- download_size: 7916
24
- dataset_size: 4271
25
- configs:
26
- - config_name: default
27
- data_files:
28
- - split: train
29
- path: data/train-*
30
- - split: test
31
- path: data/test-*
32
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ license: cc-by-4.0
3
+ language:
4
+ - en
5
+ task_categories:
6
+ - tabular-classification
7
+ - tabular-regression
8
+ - time-series-forecasting
9
+ multilinguality: monolingual
10
+ size_categories:
11
+ - n<1K
12
+ tags:
13
+ - tabular
14
+ - asia
15
+ - our-world-in-data
16
+ - adoption-of-mobile-money-accounts-vs-adoption-of-mobile-phones
17
+ - owid
18
+ - long-run-series
19
+ - time-series
20
+ pretty_name: "Adoption Of Mobile Money Accounts Vs Adoption Of Mobile Phones | Asia (Our World in Data)"
 
 
 
 
 
 
 
 
 
 
 
21
  ---
22
+
23
+ # Adoption Of Mobile Money Accounts Vs Adoption Of Mobile Phones | Asia (Our World in Data)
24
+
25
+ 🌏 **83 observations** · **39 Asia countries** · **2014–2022** · *Repackaged by [Electric Sheep Asia](https://huggingface.co/electricsheepasia)*
26
+
27
+ ![rows](https://img.shields.io/badge/rows-83-blue) ![countries](https://img.shields.io/badge/countries-39-green) ![years](https://img.shields.io/badge/years-2014–2022-orange) ![license](https://img.shields.io/badge/license-cc-by-4.0-lightgrey)
28
+
29
+ ## TL;DR
30
+
31
+ This dataset contains **83 observations** of `Adoption Of Mobile Money Accounts Vs Adoption Of Mobile Phones` data across **39 Asia countries**, spanning **2014–2022**.
32
+
33
+ ## About the source
34
+
35
+ - **Source:** [Our World in Data](https://ourworldindata.org/grapher/adoption-of-mobile-money-accounts-vs-adoption-of-mobile-phones)
36
+ - **Publisher:** Our World in Data
37
+ - **License:** [cc-by-4.0](https://creativecommons.org/licenses/by/4.0/)
38
+ - **Topic:** Adoption Of Mobile Money Accounts Vs Adoption Of Mobile Phones
39
+
40
+ ## Geographic coverage
41
+
42
+ 39 Asia countries · top rows shown below, sorted by row count:
43
+
44
+ | Country | Rows | First year | Last year |
45
+ |---------|-----:|-----------:|----------:|
46
+ | `AFG` | 3 | 2014 | 2021 |
47
+ | `ARE` | 3 | 2014 | 2021 |
48
+ | `ARM` | 3 | 2014 | 2021 |
49
+ | `BGD` | 3 | 2014 | 2021 |
50
+ | `IRN` | 3 | 2014 | 2021 |
51
+ | `IND` | 3 | 2014 | 2021 |
52
+ | `IDN` | 3 | 2014 | 2021 |
53
+ | `SGP` | 3 | 2014 | 2021 |
54
+ | `THA` | 3 | 2014 | 2021 |
55
+ | `TUR` | 3 | 2014 | 2021 |
56
+ | `JOR` | 3 | 2014 | 2021 |
57
+ | `LKA` | 3 | 2014 | 2021 |
58
+ | `KHM` | 3 | 2014 | 2021 |
59
+ | `MNG` | 3 | 2014 | 2021 |
60
+ | `VNM` | 3 | 2014 | 2022 |
61
+ | ... | _24 more countries_ | | |
62
+
63
+ ## Schema
64
+
65
+ | Column | Type | Description | Example |
66
+ |--------|------|-------------|---------|
67
+ | `country_name` | `string` | — | `Afghanistan` |
68
+ | `country_iso3` | `string` | — | `AFG` |
69
+ | `year` | `int64` | — | `2014` |
70
+ | `Share with a mobile money account` | `float64` | — | `0.3044038` |
71
+ | `Share with a mobile phone` | `float64` | — | `67.83732` |
72
+ | `World region according to OWID` | `string` | — | `Asia` |
73
+
74
+ ## Data quality & caveats
75
+
76
+ - `Share with a mobile money account` column has 14.5% null values (filtered to non-null in this dataset).
77
+
78
+ ## Usage
79
+
80
+ ```python
81
+ from datasets import load_dataset
82
+
83
+ ds = load_dataset("electricsheepasia/asia-owid-adoption-of-mobile-money-accounts-vs-adoption-of-mobile-phones")
84
+ df = ds["train"].to_pandas()
85
+ print(df.head())
86
+ ```
87
+
88
+ ### Filter to one country
89
+
90
+ ```python
91
+ indonesia = df[df["country_iso3"] == "IDN"]
92
+ ```
93
+
94
+ ### Time-series for a single indicator
95
+
96
+ ```python
97
+ sample = df.sort_values("year")
98
+ sample.plot(x="year", y="Share with a mobile money account")
99
+ ```
100
+
101
+ ## Citation
102
+
103
+ ```bibtex
104
+ @misc{asia_owid_adoption_of_mobile_money_accounts_vs_adoption_of_mobile_phones_2022,
105
+ title = {Adoption Of Mobile Money Accounts Vs Adoption Of Mobile Phones | Asia (Our World in Data)},
106
+ author = {Our World in Data},
107
+ year = {2022},
108
+ url = {https://ourworldindata.org/grapher/adoption-of-mobile-money-accounts-vs-adoption-of-mobile-phones},
109
+ publisher = {HuggingFace Datasets, repackaged by Electric Sheep Asia},
110
+ howpublished = {\url{https://huggingface.co/datasets/electricsheepasia/asia-owid-adoption-of-mobile-money-accounts-vs-adoption-of-mobile-phones}}
111
+ }
112
+ ```
113
+
114
+ ## License
115
+
116
+ Released under [cc-by-4.0](https://creativecommons.org/licenses/by/4.0/).
117
+
118
+ Original data © Our World in Data. When using this dataset, please cite both the original source above and the Electric Sheep Asia repackaging.
119
+
120
+ ## About Electric Sheep
121
+
122
+ Electric Sheep Asia is part of the Electric Sheep mission: a unified, ML-ready data layer for Asia on HuggingFace. We pull data from authoritative open sources, normalize the schemas, package as Parquet, and publish with consistent dataset cards so researchers and developers can use `load_dataset()` to start working in seconds.
123
+
124
+ Browse the full collection: [huggingface.co/electricsheepasia](https://huggingface.co/electricsheepasia)
125
+
126
+ ---
127
+
128
+ _Provenance: ingested 2026-06-02 via the Electric Sheep pipeline. Source URL: https://ourworldindata.org/grapher/adoption-of-mobile-money-accounts-vs-adoption-of-mobile-phones_