CoolFace
Datasetpublic

electricsheepeurope/europe-owid-landline-internet-subscriptions-by-speed

Landline Internet Subscriptions By Speed | Europe (Our World in Data) 🇪🇺 594 observations · 42 Europe countries · 2007–2023 · Repackaged by Electric Sheep Europe TL;DR This dataset contains 594 observations of Landline Internet Subscriptions By Speed data across 42 Europe countries, spanning 2007–2023. About the source Source: Our World in Data Publisher: Our World in Data License: cc-by-4.0 Topic: Landline Internet Subscriptions By Speed… See the full description on the dataset page: https://huggingface.co/datasets/electricsheepeurope/europe-owid-landline-internet-subscriptions-by-speed.

sourceHugging Facecc-by-4.0updated 4mo agoView on Hugging Face
0likes7downloads
Dataset Card

Landline Internet Subscriptions By Speed | Europe (Our World in Data)

🇪🇺 594 observations · 42 Europe countries · 2007–2023 · Repackaged by [Electric Sheep Europe](https://huggingface.co/electricsheepeurope)

rows countries years license

TL;DR

This dataset contains 594 observations of Landline Internet Subscriptions By Speed data across 42 Europe countries, spanning 2007–2023.

About the source

  • —Source: Our World in Data
  • —Publisher: Our World in Data
  • —License: cc-by-4.0
  • —Topic: Landline Internet Subscriptions By Speed

Geographic coverage

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

CountryRowsFirst yearLast year
DNK1720072023
BEL1720072023
DEU1720072023
PRT1720072023
SVK1720072023
SWE1720072023
MLT1720072023
ESP1720072023
CHE1620082023
BGR1620082023
ISL1620082023
ITA1620082023
IRL1620082023
SVN1620082023
HUN1620082023
...27 more countries

Schema

ColumnTypeDescriptionExample
country_namestring—Andorra
country_iso3string—AND
yearint64—2009
10 Mbits/s and overfloat64—5039.0
2-10 Mbit/sfloat64—4294.0
256 kbit/s - 2 Mbit/sfloat64—13608.0

Data quality & caveats

  • —10 Mbits/s and over column has 0.2% null values (filtered to non-null in this dataset).

Usage

python
from datasets import load_dataset

ds = load_dataset("electricsheepeurope/europe-owid-landline-internet-subscriptions-by-speed")
df = ds["train"].to_pandas()
print(df.head())

Filter to one country

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

Time-series for a single indicator

python
sample = df.sort_values("year")
sample.plot(x="year", y="10 Mbits/s and over")

Citation

bibtex
@misc{europe_owid_landline_internet_subscriptions_by_speed_2023,
  title        = {Landline Internet Subscriptions By Speed | Europe (Our World in Data)},
  author       = {Our World in Data},
  year         = {2023},
  url          = {https://ourworldindata.org/grapher/landline-internet-subscriptions-by-speed},
  publisher    = {HuggingFace Datasets, repackaged by Electric Sheep Europe},
  howpublished = {\url{https://huggingface.co/datasets/electricsheepeurope/europe-owid-landline-internet-subscriptions-by-speed}}
}

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-06 via the Electric Sheep pipeline. Source URL: https://ourworldindata.org/grapher/landline-internet-subscriptions-by-speed