Kossiesa commited on
Commit
17aa655
·
verified ·
1 Parent(s): 8fe00fa

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: 1641
19
- num_examples: 31
20
- - name: test
21
- num_bytes: 426
22
- num_examples: 8
23
- download_size: 7014
24
- dataset_size: 2067
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
+ - europe
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 | Europe (Our World in Data)"
 
 
 
 
 
 
 
 
 
 
 
21
  ---
22
+
23
+ # Adoption Of Mobile Money Accounts Vs Adoption Of Mobile Phones | Europe (Our World in Data)
24
+
25
+ 🇪🇺 **39 observations** · **36 Europe countries** · **2014–2021** · *Repackaged by [Electric Sheep Europe](https://huggingface.co/electricsheepeurope)*
26
+
27
+ ![rows](https://img.shields.io/badge/rows-39-blue) ![countries](https://img.shields.io/badge/countries-36-green) ![years](https://img.shields.io/badge/years-2014–2021-orange) ![license](https://img.shields.io/badge/license-cc-by-4.0-lightgrey)
28
+
29
+ ## TL;DR
30
+
31
+ This dataset contains **39 observations** of `Adoption Of Mobile Money Accounts Vs Adoption Of Mobile Phones` data across **36 Europe countries**, spanning **2014–2021**.
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
+ 36 Europe countries · top rows shown below, sorted by row count:
43
+
44
+ | Country | Rows | First year | Last year |
45
+ |---------|-----:|-----------:|----------:|
46
+ | `ROU` | 3 | 2014 | 2021 |
47
+ | `ALB` | 2 | 2017 | 2021 |
48
+ | `BEL` | 1 | 2021 | 2021 |
49
+ | `AUT` | 1 | 2021 | 2021 |
50
+ | `BGR` | 1 | 2021 | 2021 |
51
+ | `BIH` | 1 | 2021 | 2021 |
52
+ | `CZE` | 1 | 2021 | 2021 |
53
+ | `CHE` | 1 | 2021 | 2021 |
54
+ | `DNK` | 1 | 2021 | 2021 |
55
+ | `ESP` | 1 | 2021 | 2021 |
56
+ | `EST` | 1 | 2021 | 2021 |
57
+ | `DEU` | 1 | 2021 | 2021 |
58
+ | `FRA` | 1 | 2021 | 2021 |
59
+ | `GBR` | 1 | 2021 | 2021 |
60
+ | `GRC` | 1 | 2021 | 2021 |
61
+ | ... | _21 more countries_ | | |
62
+
63
+ ## Schema
64
+
65
+ | Column | Type | Description | Example |
66
+ |--------|------|-------------|---------|
67
+ | `country_name` | `string` | — | `Albania` |
68
+ | `country_iso3` | `string` | — | `ALB` |
69
+ | `year` | `int64` | — | `2017` |
70
+ | `Share with a mobile money account` | `float64` | — | `2.377762` |
71
+ | `Share with a mobile phone` | `float64` | — | `90.60962` |
72
+ | `World region according to OWID` | `string` | — | `Europe` |
73
+
74
+ ## Data quality & caveats
75
+
76
+ - `Share with a mobile money account` column has 89.7% 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("electricsheepeurope/europe-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
+ germany = df[df["country_iso3"] == "DEU"]
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{europe_owid_adoption_of_mobile_money_accounts_vs_adoption_of_mobile_phones_2021,
105
+ title = {Adoption Of Mobile Money Accounts Vs Adoption Of Mobile Phones | Europe (Our World in Data)},
106
+ author = {Our World in Data},
107
+ year = {2021},
108
+ url = {https://ourworldindata.org/grapher/adoption-of-mobile-money-accounts-vs-adoption-of-mobile-phones},
109
+ publisher = {HuggingFace Datasets, repackaged by Electric Sheep Europe},
110
+ howpublished = {\url{https://huggingface.co/datasets/electricsheepeurope/europe-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 Europe repackaging.
119
+
120
+ ## About Electric Sheep
121
+
122
+ Electric Sheep Europe is part of the Electric Sheep mission: a unified, ML-ready data layer for Europe 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/electricsheepeurope](https://huggingface.co/electricsheepeurope)
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_