Reference Reference tableQC clean AI-training-safe

European Power Plant Registry

Every conventional power plant in Europe in one clean table: name, operator, country, net capacity, fuel/technology, commissioning year and location - assembled and de-duplicated from Open Power System Data. The asset reference table that joins to generation, capacity and carbon analytics by country and fuel.

6K
rows
10
columns
0.3 MB
download
Source
OPSD
Licence
Redistributable open data
Quality
QC clean · 0 failures
Format
Apache Parquet + dictionary

Safe to train on

Built only from a named, redistributable official source under a documented open licence - not scraped web data. No copyright grey zone, no personal data. Ships machine-readable Croissant metadata (ML Commons - loads in Hugging Face / Kaggle / Google), an AI training-licence manifest documenting source, licence and provenance for your model's data governance, and a machine-readable data dictionary (drop it into an agent / RAG prompt so the model knows every column) - all inspectable before you buy.

What's included

  • Conventional power plants across Europe - one cleaned, de-duplicated table
  • Capacity (MW), fuel/technology, commissioning year, lat/lon, operator
  • Partitioned by country; joins to the energy catalog by country + fuel
  • Source: Open Power System Data (CC-BY-4.0)

Schema

ColumnTypeDescriptionFilledDistinct
name str Plant name 100.0% 5,936
company str Operator / owner 75.2% 1,289
country str Country 100.0% 18
capacity_mw float Net capacity, MW 100.0% 1,611
energy_source str Primary energy source / fuel 100.0% 14
technology str Generation technology 81.5% 11
commissioned_year int Year commissioned 82.2% 122
lat float Latitude 45.8% 1,899
lon float Longitude 45.8% 1,898
eic_code str ENTSO-E EIC code (where available) 16.6% 696

Sample & preview

Every purchase ships as Apache Parquet with a data dictionary and the full QC report. A free sample (first rows + schema) is downloadable here - confirm fit before you buy. Source: OPSD (redistributable open data; attribution passes through - see our Licence).

Don't trust screenshots - drop the sample into your notebook right now.

import pandas as pd
df = pd.read_parquet("european-power-plant-registry_sample.parquet")
df.info()   # typed columns, gap-aware, ready to join
⬇ Download free Parquet sample or CSV for Excel

Related datasets

Reference

EU Business Formation Dynamics

Net business creation across Europe: enterprise births, deaths, active-population, birth/death/churn rates, net population growth, jobs created & lost, and 1/3/5-year survival rates - by country x NACE sector x year, 2009-2023. Sourced from Eurostat Business Demography (bd_size), cleaned to one tidy Parquet panel. Aggregate flows only, no company-level data.

BIZDEMOGRAPHY· 25K rows· 33 zones· 2009-2023 (annual)
19 View
Reference

Global Cities Gazetteer (GeoNames, pop ≥ 1,000)

Every populated place on Earth with population ≥ 1,000 - ~150k cities and towns - in one clean, geocoded table. GeoNames ships it as a header-less tab-delimited dump; we parse it to a tidy row per place: name (+ ASCII), country, admin-1/2 codes, population, elevation, timezone and lat/lon. The universal populated-place join key (name ⋈ country ⋈ coordinates) that geocodes or enriches any geo dataset. CC-BY 4.0.

GeoNames· 170K rows· 12 cols
29 View
Reference

Global Earthquake Catalog (USGS ANSS ComCat, M≥4.5)

Every significant earthquake on Earth since 2000 in one clean table - the authoritative global seismic record. The USGS ANSS Comprehensive Catalog is served as GeoJSON that caps at 20,000 events per query and buries the useful fields in nested properties; we page the whole M≥4.5 catalog and flatten it to one fat row per event: time, location, depth, magnitude and type, felt-report count and shaking intensity (CDI/MMI), tsunami flag, PAGER alert level, significance, and network QC (azimuthal gap, RMS, station count). Keyed by USGS event id, ready for cat-risk, GIS and hazard modelling. Public domain.

USGS· 185K rows· 20 cols
19 View