Skip to content
angelayuanyuan edited this page Dec 3, 2017 · 1 revision

Predict ratings for Chinese restaurants using sentiment analysis 🍴


1. Read Yelp Data 🍜


JSON file reading script:
       read_yelp_data_business.R,
       read_yelp_data_checkin.R,
       read_yelp_data_photo.R,
       read_yelp_data_tip.R,
       read_yelp_data_user.R

[coding credit]: (https://github.com/dpliublog/yelp_data_challenge_R10)

SQL file reading script:
       yelp_review_Chinese.R

2. Load Data 🍚


[data files]: (https://drive.google.com/drive/u/0/folders/1_4749ED32FJuprWEspjkIkFQJDiH1yAX)

3. Data Manipulation 🍲


R script:
       yelp.analysis.R

4. Restaurants EDA 🍗


![alt text]()