A project that performs analysis on Yelp ratings to compare business categories across several metropolitan areas.
- Business success/failure
- Area competition
- Potential for future businesses based on category and area.
Results located in notebooks/final
This readme details the steps needed to run all of the notebooks.
Both environments in this project are detailed in the folder "anaconda environments"
All of these notebooks use the environment described in spec-all.txt
This notebook uses Basemap which must must be run using Python 2.
The enviroment in described in spec-basemap.txt
This notebook will produce an error if run in Python 3.
Notebooks are labeled in the order to be run; 100, 200, 300, 400
Notebooks are labeled in the order to be run; 100, 200, 201, 300, 301, 400, 401
Order to be run; RQ1 Final, RQ2 Final
Change Environment to spec-basemap
Run notebook. The first cell can be changed to personalise the map.
- Basemap - Map making software
- The map uses a background called 'ESRI_Streetview' that sometimes can fail if the website hosting it goes down. This will produce '500 Server Error' when the notebook is run. An alternative background is provided in the comments in the makeMap() function.