edgi-govdata-archiving / ECHO_modules

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
GNU General Public License v3.0
3 stars 6 forks source link

add standalone chart() function #36

Closed ericnost closed 2 years ago

ericnost commented 2 years ago

The DataSet class has a built in chart function, but it's nice to have this outside the class, for charting data that we haven't build into a DataSet object. For instance, this makes it possible to build charts for the COVID notebook

ericnost commented 2 years ago

Live: https://colab.research.google.com/drive/1uLX1BvjZwCaw5x-x55TLYtKnBerBL4BP?usp=sharing