Dataset Viewer
Auto-converted to Parquet Duplicate
country_name
stringlengths
5
22
country_iso3
stringlengths
3
3
year
int64
2.01k
2.02k
Share with a mobile money account
float64
0.46
32.9
⌀
Share with a mobile phone
float64
86.7
100
⌀
World region according to OWID
stringclasses
1 value
Albania
ALB
2,017
2.377762
null
Europe
Albania
ALB
2,021
null
90.60962
Europe
Austria
AUT
2,021
null
93.811195
Europe
Belgium
BEL
2,021
null
95.12813
Europe
Bosnia and Herzegovina
BIH
2,021
null
95.129906
Europe
Bulgaria
BGR
2,021
null
95.52976
Europe
Croatia
HRV
2,021
null
97.68669
Europe
Czechia
CZE
2,021
null
98.52835
Europe
Denmark
DNK
2,021
null
100
Europe
Estonia
EST
2,021
null
100
Europe
Finland
FIN
2,021
null
100
Europe
France
FRA
2,021
null
86.65796
Europe
Germany
DEU
2,021
null
91.57726
Europe
Greece
GRC
2,021
null
97.09819
Europe
Hungary
HUN
2,021
null
96.480804
Europe
Iceland
ISL
2,021
null
99.90541
Europe
Ireland
IRL
2,021
null
94.778244
Europe
Italy
ITA
2,021
null
98.32021
Europe
Latvia
LVA
2,021
null
100
Europe
Lithuania
LTU
2,021
null
93.88567
Europe
Malta
MLT
2,021
null
95.88666
Europe
Moldova
MDA
2,021
null
92.053314
Europe
Netherlands
NLD
2,021
null
94.13865
Europe
North Macedonia
MKD
2,021
null
94.5463
Europe
Norway
NOR
2,021
null
100
Europe
Poland
POL
2,021
null
95.99584
Europe
Portugal
PRT
2,021
null
92.79486
Europe
Romania
ROU
2,014
0.462934
null
Europe
Romania
ROU
2,017
2.99017
null
Europe
Romania
ROU
2,021
null
95.738945
Europe
Russia
RUS
2,021
32.938335
99.378426
Europe

Adoption Of Mobile Money Accounts Vs Adoption Of Mobile Phones | Europe (Our World in Data)

🇪🇺 39 observations · 36 Europe countries · 2014–2021 · Repackaged by Electric Sheep Europe

rows countries years license

TL;DR

This dataset contains 39 observations of Adoption Of Mobile Money Accounts Vs Adoption Of Mobile Phones data across 36 Europe countries, spanning 2014–2021.

About the source

  • Source: Our World in Data
  • Publisher: Our World in Data
  • License: cc-by-4.0
  • Topic: Adoption Of Mobile Money Accounts Vs Adoption Of Mobile Phones

Geographic coverage

36 Europe countries · top rows shown below, sorted by row count:

Country Rows First year Last year
ROU 3 2014 2021
ALB 2 2017 2021
BEL 1 2021 2021
AUT 1 2021 2021
BGR 1 2021 2021
BIH 1 2021 2021
CZE 1 2021 2021
CHE 1 2021 2021
DNK 1 2021 2021
ESP 1 2021 2021
EST 1 2021 2021
DEU 1 2021 2021
FRA 1 2021 2021
GBR 1 2021 2021
GRC 1 2021 2021
... 21 more countries

Schema

Column Type Description Example
country_name string — Albania
country_iso3 string — ALB
year int64 — 2017
Share with a mobile money account float64 — 2.377762
Share with a mobile phone float64 — 90.60962
World region according to OWID string — Europe

Data quality & caveats

  • Share with a mobile money account column has 89.7% null values (filtered to non-null in this dataset).

Usage

from datasets import load_dataset

ds = load_dataset("electricsheepeurope/europe-owid-adoption-of-mobile-money-accounts-vs-adoption-of-mobile-phones")
df = ds["train"].to_pandas()
print(df.head())

Filter to one country

germany = df[df["country_iso3"] == "DEU"]

Time-series for a single indicator

sample = df.sort_values("year")
sample.plot(x="year", y="Share with a mobile money account")

Citation

@misc{europe_owid_adoption_of_mobile_money_accounts_vs_adoption_of_mobile_phones_2021,
  title        = {Adoption Of Mobile Money Accounts Vs Adoption Of Mobile Phones | Europe (Our World in Data)},
  author       = {Our World in Data},
  year         = {2021},
  url          = {https://ourworldindata.org/grapher/adoption-of-mobile-money-accounts-vs-adoption-of-mobile-phones},
  publisher    = {HuggingFace Datasets, repackaged by Electric Sheep Europe},
  howpublished = {\url{https://huggingface.co/datasets/electricsheepeurope/europe-owid-adoption-of-mobile-money-accounts-vs-adoption-of-mobile-phones}}
}

License

Released under cc-by-4.0.

Original data © Our World in Data. When using this dataset, please cite both the original source above and the Electric Sheep Europe repackaging.

About Electric Sheep

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.

Browse the full collection: huggingface.co/electricsheepeurope


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

Downloads last month
31