ECHO_modules is a Python package for analyzing a copy of the US Environmental Protection Agency's (EPA) Enforcement and Compliance History Online (ECHO) database
I can confirm it works in the case where we are prejoining data, but may not work when attribute_table is set because then attribute won't be accessible.
Something like this:
I can confirm it works in the case where we are prejoining data, but may not work when
attribute_table
is set because thenattribute
won't be accessible.