edgi-govdata-archiving / ECHO-Sunrise

An Environmental Enforcement Watch partnership with Sunrise Boston hubs
https://colab.research.google.com/github/edgi-govdata-archiving/ECHO-Sunrise/blob/main/ECHO-Sunrise.ipynb
GNU General Public License v3.0
1 stars 2 forks source link

Merge common code into ECHO_modules #57

Closed shansen5 closed 4 years ago

shansen5 commented 4 years ago

Extract code that can be used in multiple notebooks. Update the DataSet class to accommodate this notebook as well as others. Consider moving make_data_sets.py back into the common ECHO_modules repository.

ericnost commented 4 years ago

Hi @shansen5! I merged the postgresql version of the Sunrise notebook. In the number 3 I get the following error:

...
# Get the EPA data from the Stony Brook University database
echo_data = read_echo_data()
...

NameError: name 'read_echo_data' is not defined

Is read_echo_data from ECHO-Modules? Or utilities.py?