Dependencies to install:
-pandas
-SQLAlchemy
These scripts is expecting a file in the Employees folder with your username and password for the postgres database.
This file is called config.py with the format:
user = 'your username'
pw = 'your password'