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 write_file in CrossProgram.ipynb #86

Closed ericnost closed 3 years ago

ericnost commented 3 years ago

The write_file function in

write_file( df=fac_pgm_data, base=program.name+'-'+fac_widget.value, 
               type=region_type_widget.value, state=state_name, region=region_selected )

is not found. Perhaps it was replaced with something else in utilities.py?

shansen5 commented 3 years ago

It was changed to write_dataset() in utilities.py, and was correctly changed in cell 9 but not in cell 13.