Wrapper functions for easy, nicely formatted visuals for exploratory data analysis.
To install the package, do the following:
- Clone this repository:
git clone git@github.com:cmawer/vishelper.git- Install the repository as a Python package. From the root of this repo:
pip install .Install the packages in requirements.txt
pip install -r requirements.txt The functions in this package have been built to be fairly flexible with various versions of the packages required but the enclosed versions are those that have been used.
Note: selenium is only required to run vishelper.save_map() with png=True or vishelper.html_to_png(). If not installed, the package can still be imported and the code will only break if either of these functions is executed.
See notebooks in demos/ for step-by-step guides.
See documentation here.