Skyline Reviews Comparison

Assignment 7

Author

Meredith Briggs

Intro to Skyline Reviews

In this page, I will be conducting sentiment analysis on yelp reviews from 3 different Skyline locations in the Cincinnati area. I will be comparing the different Skyline locations to see if there is a better location to visit based on these reviews.

I choose the Clifton, Downtown, and Oakley locations because they are all in my area and they all had over 100 reviews. I used the following yelp links to scrape my data:

Skyline Clifton: https://www.yelp.com/biz/skyline-chili-cincinnati-8

Skyline Downtown: https://www.yelp.com/biz/skyline-chili-cincinnati-34

Skyline Oakley: https://www.yelp.com/biz/skyline-chili-cincinnati-12

Below are the packages I will use to manipulate the data.

Data Preparation and Review

For each set of data, I will create a column identifying where the review came from so I can combine the data frames into one large data frame.

Next I will create a usable date column for later analysis. I will also create a review id so each review is uniquely identified.

Now I will separate out the words in the review and remove stop words like “the” so I can analyze the meaningful words of the reviews.

Before I move onto the real analysis, I want to review some word pairs so I know what to expect and can ask better questions of the data.