USEPA / ElectricityLCI

Creative Commons Zero v1.0 Universal
24 stars 10 forks source link

Use pandas read_excel parameters with EIA worksheets #39

Closed gschivley closed 5 years ago

gschivley commented 5 years ago

https://github.com/USEPA/ElectricityLCI/blob/a1f2346c1e3b644653711c385ece5b131b131929/electricitylci/eia923_generation.py#L21

Using the parameters header=5 and na_values='.' removes the need to drop rows and convert fuel consumption/net generation to numeric.

WesIngwersen commented 5 years ago

Thanks for the update.