The contained Jupyter Notebook merge_sheets.ipynb is a sandbox for testing
Python functionality that will merge various spreadsheets collecting information
on organizations. In a further step, functionality will be added that allows
interaction with an SQL database.
It is highly recommended to use Python virtual environements. Please also check relevant documentation for the Jupyter Notebook and pandas.
pip install -r requirements.txt
jupyter notebook
Please refer to the LICENSE file that should have come with the code.