EIA Resource Data - abresee/geoaggregate GitHub Wiki

Acquired EIA API Key (interchangable when querying data directly from website) EIA Key = F4A37BD0D3E8D3ADC5E0D6671D2CB5FE

Ran basic API query for all state level data. EIA restricts multiple data querys, might look into storing datasetes. Created 'cache' system to store data once and play with it internally.

Simple API Run Example: %run apitest.py, eia=ApiConnection(), WE DEFINE EIA SERIES_ example: of Alabama Annual Total Electricity eia.series("SEDS.TETPB.AL.A"), Data returns as 'year', electrcity (thousand btu), This data is string, so we need to return as number

EIA Data and SEDS State System Many Categories to Choose from (at many levels of information)