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.
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)
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):
- `energy-tier1-S-2026-08-04.zip` (1.7 MB, tier S)
- `energy-tier1-M-2026-08-04.zip` (69.6 MB, tier M)
- `energy-tier2-L-2026-08-04.zip` (502.9 MB, tier L)
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
DataForge (data.zalize.com), built from official US EIA bulk data — https://data.zalize.com/datasets/us-grid-hourly-power-plants-datasetDOI (Zenodo mirror): 10.5281/zenodo.21837319 · GitHub Release mirror: https://github.com/wookat/dataforge-pipelines/releases/tag/open-data-us-grid-energy
Usage
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:
- Global Macro & Trade Indicators
- China Macro & Trade Monthly Indicators — IMF/World Bank Basis
- US Residential Properties & Sale Events (Government Records)
Full catalog (25 datasets): <https://data.zalize.com/open-data> · all HF repos: <https://huggingface.co/zalizedata>
