A data search application for Yelp.com's business review data, using Python and SQL.
Challenge: https://www.yelp.com/dataset
By using this project, you can:
- Search businesses based on state, city, zip code, and category
- Find popular and successful businesses in the area
- Get statistics on businesses in the selected zip code
TBA
- Clone the project:
git clone https://github.com/mollyiverson/Yelp-Database-Challenge.git-
Install an IDE that can handle Python code such as Visual Studio Code or PyCharm
-
- Run MollyIverson_Relations.sql (SQL folder) to create the tables
-
Adjust Postgres username/password in yelpDatabaseProject.py (Application folder), and parseAndInsert.py (Parser folder)
-
Parse the data
- Run parseAndInsert.py
-
Run Project!
- Run yelpDatabaseProject.py