CoolFace
Datasetpublic

electricsheepeurope/europe-owid-countries-using-the-system-of-environmental-economic-accounting

Countries Using The System Of Environmental Economic Accounting | Europe (Our World in Data) šŸ‡ŖšŸ‡ŗ 37 observations Ā· 37 Europe countries Ā· 2024–2024 Ā· Repackaged by Electric Sheep Europe TL;DR This dataset contains 37 observations of Countries Using The System Of Environmental Economic Accounting data across 37 Europe countries, spanning 2024–2024. About the source Source: Our World in Data Publisher: Our World in Data License: cc-by-4.0 Topic:… See the full description on the dataset page: https://huggingface.co/datasets/electricsheepeurope/europe-owid-countries-using-the-system-of-environmental-economic-accounting.

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

Countries Using The System Of Environmental Economic Accounting | Europe (Our World in Data)

šŸ‡ŖšŸ‡ŗ 37 observations Ā· 37 Europe countries Ā· 2024–2024 Ā· Repackaged by [Electric Sheep Europe](https://huggingface.co/electricsheepeurope)

rows countries years license

TL;DR

This dataset contains 37 observations of Countries Using The System Of Environmental Economic Accounting data across 37 Europe countries, spanning 2024–2024.

About the source

  • —Source: Our World in Data
  • —Publisher: Our World in Data
  • —License: cc-by-4.0
  • —Topic: Countries Using The System Of Environmental Economic Accounting

Geographic coverage

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

CountryRowsFirst yearLast year
AUT120242024
BEL120242024
BGR120242024
BIH120242024
BLR120242024
CHE120242024
CZE120242024
DEU120242024
DNK120242024
ESP120242024
EST120242024
FIN120242024
FRA120242024
GBR120242024
GRC120242024
...22 more countries

Schema

ColumnTypeDescriptionExample
country_namestring—Austria
country_iso3string—AUT
yearint64—2024
Countries with integrated biodiversity values into national accounting and reporting systems, defined as implementation of the System of Environmental-Economic Accounting (1 = YES; 0 = NO) - No breakdownint64—1

Usage

python
from datasets import load_dataset

ds = load_dataset("electricsheepeurope/europe-owid-countries-using-the-system-of-environmental-economic-accounting")
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="Countries with integrated biodiversity values into national accounting and reporting systems, defined as implementation of the System of Environmental-Economic Accounting  (1 = YES; 0 = NO) - No breakdown")

Citation

bibtex
@misc{europe_owid_countries_using_the_system_of_environmental_economic_accounting_2024,
  title        = {Countries Using The System Of Environmental Economic Accounting | Europe (Our World in Data)},
  author       = {Our World in Data},
  year         = {2024},
  url          = {https://ourworldindata.org/grapher/countries-using-the-system-of-environmental-economic-accounting},
  publisher    = {HuggingFace Datasets, repackaged by Electric Sheep Europe},
  howpublished = {\url{https://huggingface.co/datasets/electricsheepeurope/europe-owid-countries-using-the-system-of-environmental-economic-accounting}}
}

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-03 via the Electric Sheep pipeline. Source URL: https://ourworldindata.org/grapher/countries-using-the-system-of-environmental-economic-accounting