Using SQL with pandas for portfolio analysis, and then deploying it as a web app.
SQLAlchemy - This is an SQL library for python.
Voilà - Used to deploy as a web app
pip install SQLAlchemy
conda install -c conda-forge voila
Make sure these packages are imported into your working directory
conda list sqlalchemy
conda list voila
To use this analyzer type the following into the termial:
voila <directory to the notebook>
G. Cale McDowell