Kossiesa's picture
Upload README.md with huggingface_hub
edc4045 verified
|
Raw
History Blame Contribute Delete
4.28 kB
metadata
license: cc-by-4.0
language:
  - en
task_categories:
  - tabular-classification
  - tabular-regression
  - time-series-forecasting
multilinguality: monolingual
size_categories:
  - 1K<n<10K
tags:
  - tabular
  - europe
  - our-world-in-data
  - ict-adoption-per-100-people
  - owid
  - long-run-series
  - time-series
pretty_name: Ict Adoption Per 100 People | Europe (Our World in Data)

Ict Adoption Per 100 People | Europe (Our World in Data)

🇪🇺 2,545 observations · 43 Europe countries · 1960–2024 · Repackaged by Electric Sheep Europe

rows countries years license

TL;DR

This dataset contains 2,545 observations of Ict Adoption Per 100 People data across 43 Europe countries, spanning 1960–2024.

About the source

Geographic coverage

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

Country Rows First year Last year
AUT 65 1960 2024
BLR 65 1960 2024
BEL 65 1960 2024
DEU 65 1960 2024
DNK 65 1960 2024
ITA 65 1960 2024
LUX 65 1960 2024
GRC 65 1960 2024
HUN 65 1960 2024
FRA 65 1960 2024
ESP 65 1960 2024
SWE 65 1960 2024
SVK 65 1960 2024
PRT 65 1960 2024
POL 65 1960 2024
... 28 more countries

Schema

Column Type Description Example
country_name string Albania
country_iso3 string ALB
year int64 1960
Landline phone subscriptions float64 0.40001425
Landline Internet subscriptions float64 0.0088422
Mobile phone subscriptions float64 0.0
Internet users float64 0.0

Data quality & caveats

  • Landline phone subscriptions column has 4.2% null values (filtered to non-null in this dataset).

Usage

from datasets import load_dataset

ds = load_dataset("electricsheepeurope/europe-owid-ict-adoption-per-100-people")
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="Landline phone subscriptions")

Citation

@misc{europe_owid_ict_adoption_per_100_people_2024,
  title        = {Ict Adoption Per 100 People | Europe (Our World in Data)},
  author       = {Our World in Data},
  year         = {2024},
  url          = {https://ourworldindata.org/grapher/ict-adoption-per-100-people},
  publisher    = {HuggingFace Datasets, repackaged by Electric Sheep Europe},
  howpublished = {\url{https://huggingface.co/datasets/electricsheepeurope/europe-owid-ict-adoption-per-100-people}}
}

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-11 via the Electric Sheep pipeline. Source URL: https://ourworldindata.org/grapher/ict-adoption-per-100-people