CoolFace
Datasetpublic

electricsheepeurope/europe-owid-artificial-intelligence-granted-patents-by-industry

Artificial Intelligence Granted Patents By Industry | Europe (Our World in Data) 🇪🇺 104 observations · 29 Europe countries · 2016–2019 · Repackaged by Electric Sheep Europe TL;DR This dataset contains 104 observations of Artificial Intelligence Granted Patents By Industry data across 29 Europe countries, spanning 2016–2019. About the source Source: Our World in Data Publisher: Our World in Data License: cc-by-4.0 Topic: Artificial… See the full description on the dataset page: https://huggingface.co/datasets/electricsheepeurope/europe-owid-artificial-intelligence-granted-patents-by-industry.

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

Artificial Intelligence Granted Patents By Industry | Europe (Our World in Data)

🇪🇺 104 observations · 29 Europe countries · 2016–2019 · Repackaged by [Electric Sheep Europe](https://huggingface.co/electricsheepeurope)

rows countries years license

TL;DR

This dataset contains 104 observations of Artificial Intelligence Granted Patents By Industry data across 29 Europe countries, spanning 2016–2019.

About the source

  • —Source: Our World in Data
  • —Publisher: Our World in Data
  • —License: cc-by-4.0
  • —Topic: Artificial Intelligence Granted Patents By Industry

Geographic coverage

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

CountryRowsFirst yearLast year
AUT420162019
BEL420162019
CHE420162019
DNK420162019
DEU420162019
FRA420162019
GBR420162019
ESP420162019
FIN420162019
GRC420162019
LTU420162019
ITA420162019
HUN420162019
SWE420162019
ROU420162019
...14 more countries

Schema

ColumnTypeDescriptionExample
country_namestring—Austria
country_iso3string—AUT
yearint64—2016
Banking and financeint64—0
Businessint64—0
Energy managementint64—2
Industry and manufacturingint64—0
Life sciencesint64—3
Physical sciences and engineeringint64—0
Securityint64—1
Telecommunicationsint64—2
Transportationint64—3
Personal devices and computingint64—5

Usage

python
from datasets import load_dataset

ds = load_dataset("electricsheepeurope/europe-owid-artificial-intelligence-granted-patents-by-industry")
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="Banking and finance")

Citation

bibtex
@misc{europe_owid_artificial_intelligence_granted_patents_by_industry_2019,
  title        = {Artificial Intelligence Granted Patents By Industry | Europe (Our World in Data)},
  author       = {Our World in Data},
  year         = {2019},
  url          = {https://ourworldindata.org/grapher/artificial-intelligence-granted-patents-by-industry},
  publisher    = {HuggingFace Datasets, repackaged by Electric Sheep Europe},
  howpublished = {\url{https://huggingface.co/datasets/electricsheepeurope/europe-owid-artificial-intelligence-granted-patents-by-industry}}
}

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/artificial-intelligence-granted-patents-by-industry