CoolFace
Datasetpublic

zalizedata/us-grid-hourly-power-plants-dataset

US Grid Hourly Operations & Power Plants (EIA) Hourly US electric-grid demand, generation, fuel mix and interchange from the official EIA grid monitor, joined with the EIA-860/923 power-plant master library. Part of the DataForge Open Data program — full production packages, free for academic and personal use. Canonical dataset page: https://data.zalize.com/datasets/us-grid-hourly-power-plants-dataset Package inventory (original bundles, served from CDN)… See the full description on the dataset page: https://huggingface.co/datasets/zalizedata/us-grid-hourly-power-plants-dataset.

sourceHugging Facecc-by-nc-4.0updated 1mo agoView on Hugging Face
0likes260downloads
Dataset Card

US Grid Hourly Operations & Power Plants (EIA)

Hourly US electric-grid demand, generation, fuel mix and interchange from the official EIA grid monitor, joined with the EIA-860/923 power-plant master library.

Part of the DataForge Open Data program — full production packages, free for academic and personal use. Canonical dataset page: [https://data.zalize.com/datasets/us-grid-hourly-power-plants-dataset](https://data.zalize.com/datasets/us-grid-hourly-power-plants-dataset)

Package inventory (original bundles, served from CDN)

PackageTierRowsSizeSHA-256
energy-tier1-S-2026-08-04.zipS209,5181.7 MB0e74e06144cc36d92d5439a9b0547b00a93f38b6a5fd4cfdf2e9ca1641d9b02c
energy-tier1-M-2026-08-04.zipM7,929,60369.6 MBa6a66595c50e4f995f01baca19951ac362b8d23ae424c514b468218ef62493a8
energy-tier2-L-2026-08-04.zipL60,657,958502.9 MB88a58ac655108e201b6603ea4aab74e59f6bf313ddd3fa134c9147260c19d48e

All files are also served from the machine-readable open-data index: <https://dl.zalize.com/open-data> (per-package URL: https://dl.zalize.com/open-data/<package_id>).

Native parquet files (this repo)

Every table ships as snappy parquet under data/<tier>/ and renders in the Dataset Viewer above (one config per tier / table).

Original zip bundles (archive download)

The original production packages (csv + parquet + data dictionary + datasheet + license inside) are served from the DataForge open-data CDN (free, same license):

What you get

  • —S — CAISO full-year 2025 hourly demand/generation/fuel mix/interchange
  • —M — All US balancing authorities 2025 hourly + EIA-860/923 plant library
  • —L — Full history: multi-year hourly series and plant-level generation
  • —Data dictionary, datasheet and QA report included with every package

Use cases

  • —Grid and renewables research
  • —Power-market forecasting features
  • —Plant-level asset analysis
  • —Energy-transition tracking

Source & methodology

US EIA hourly grid (EBA) + EIA-860/923 plant master data

Coverage, update cadence and the full field-level data dictionary are on the dataset page: https://data.zalize.com/datasets/us-grid-hourly-power-plants-dataset (DATA-DICTIONARY.md and DATASHEET.md are inside each package zip).

License

Dual license — CC BY-NC 4.0 (DataForge curated layer; academic/personal use, attribution + backlink required); commercial use requires a DataForge commercial license. Upstream data: public domain, official US EIA bulk data (17 U.S.C. §105)

  • —Academic / personal use: CC BY-NC 4.0 on the DataForge curated layer — attribution and a backlink to <https://data.zalize.com> are required.
  • —Commercial use: requires a DataForge commercial license — contact us via the portal.
  • —Upstream license terms continue to apply to the underlying data.

Citation

text
DataForge (data.zalize.com), built from official US EIA bulk data — https://data.zalize.com/datasets/us-grid-hourly-power-plants-dataset

DOI (Zenodo mirror): 10.5281/zenodo.21837319 · GitHub Release mirror: https://github.com/wookat/dataforge-pipelines/releases/tag/open-data-us-grid-energy

Usage

python
from datasets import load_dataset

ds = load_dataset("zalizedata/us-grid-hourly-power-plants-dataset", "S-ba_fuel_generation_hourly", split="train")
print(ds[0])

Available configs: S-ba_fuel_generation_hourly, S-ba_hourly, S-ba_interchange_hourly, S-ba_subregion_hourly, S-balancing_authorities, S-eba_gap_report, M-ba_fuel_generation_hourly, M-ba_hourly, M-ba_interchange_hourly, M-ba_subregion_hourly, M-balancing_authorities, M-eba_gap_report, M-generators, M-plant_month_generation, M-plant_profiles, M-plants, M-state_electricity_prices, M-state_generation_monthly, M-utilities, L-ba_fuel_generation_hourly, L-ba_hourly, L-ba_interchange_hourly, L-ba_subregion_hourly, L-balancing_authorities, L-eba_gap_report, L-generators, L-plant_month_generation, L-plant_profiles, L-plants, L-state_electricity_prices, L-state_generation_monthly, L-utilities.

Related datasets

More DataForge open datasets in Macro, Trade, Energy & Real Estate:

Full catalog (25 datasets): <https://data.zalize.com/open-data> · all HF repos: <https://huggingface.co/zalizedata>