Skip to content
Discussion options

You must be logged in to vote

Hi @Lalo-ATX,

EIA has a dashboard interface for working with a bunch of their electricity data, if you're looking for something that already exists. You can select the EIA-861 sales data from one of the dropdowns.

If you want to build something more flexible, all of the PUDL data is available as a collection of Parquet files for programmatic use by the public through the AWS Open Data Registry, which provides us with a free S3 bucket at s3://pudl.catalyst.coop. For programmatic use, that's the best place to pull the data from. You can query it dynamically and efficiently pull only the subset of data you need with tools like pandas, polars, or DuckDB. Or read whole tables into memory all a…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@zaneselvans
Comment options

@zaneselvans
Comment options

@Lalo-ATX
Comment options

Answer selected by Lalo-ATX
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
eia861 Anything having to do with EIA Form 861 parquet Issues related to the Apache Parquet file format which we use for long tables. data-viz Issues related to visualizing data eel-hole
2 participants