edgi-govdata-archiving / ECHO-Cross-Program

Jupyter Notebooks for ECHO that use data from multiple EPA programs
https://colab.research.google.com/github/edgi-govdata-archiving/ECHO-Cross-Program/blob/master/ECHO-Cross-Programs.ipynb
GNU General Public License v3.0
8 stars 5 forks source link

Fix CAA Violations data issue #100

Closed ericnost closed 3 years ago

ericnost commented 3 years ago

When I run Cross-Programs.ipynb for CAA Violations I get in an error in cell 10, the chart-making cell. That's because it can't aggregate the data. It is looking for a column "Date" to aggregate the data by (program.agg_col) but this hasn't been created. Date should be a combination of HPV_DAYZERO_DATE and FRV_DATE (See DataSetResults.py), but for some reason that isn't being called in Cross-Programs.ipynb even though it is called in AllPrograms.ipynb.

shansen5 commented 3 years ago

The DataSetResults.py was added for AllPrograms, with the intent to also use it in CrossPrograms when I got back to working on that notebook. (Which is anon.)