The analysis is conducted on the product_analysis.ipynb
file. The other files are used for:
- The
common_functions.py
file is used to store any function related to SQL configurtion or connection - The
sql_queries.py
file is used to store all the SQL queries necessary for this project
To run the analysis please put the database in the same folder as the product_analysis.ipynb
file. Otherwise the connection to SQLite won't be established.
The analysis should be run in the jupyter-notebook or jupyterlab.
Please visit my medium article for this project.