catalyst-cooperative / pudl

The Public Utility Data Liberation Project provides analysis-ready energy system data to climate advocates, researchers, policymakers, and journalists.
https://catalyst.coop/pudl
MIT License
456 stars 106 forks source link

turbine field in generator_eia860 doesn't exist after 2013 #100

Closed zaneselvans closed 4 years ago

zaneselvans commented 7 years ago

The turbine field in the generator_eia860 table only exists prior to 2013, so if you try and initialize the DB for only years after 2013, you'll get a KeyError for turbines. This shouldn't break the whole ingest of the database table -- need to ensure that that column is created even if it's not going to be populated with anything.

cmgosnell commented 4 years ago

this got somewhat taken care of with EIA normalization and Issue #135