Code Monkey home page Code Monkey logo

yelp-analysis's Introduction

Yelp-Analysis

Introduction

Yelp is a crowd-sourced review forum, as well as an American multinational corporation headquartered in San Francisco, California. It develops, hosts and markets Yelp.com and the Yelp mobile app, which publish crowd-sourced reviews about local businesses, as well as the online reservation service Yelp Reservations. The company also trains small businesses in how to respond to reviews, hosts social events for reviewers, and provides data about businesses, including health inspection scores.

A Harvard Business School study published in 2011 found that each "star" in a Yelp rating affected the business owner's sales by 5โ€“9 percent. A 2012 study by two Berkeley economists found that an increase from 3.5 to 4 stars on Yelp resulted in a 19 percent increase in the chances of the restaurant being booked during peak hours. A 2014 survey of 300 small business owners done by Yodle found that 78 percent were concerned about negative reviews. Also, 43 percent of respondents said they felt online reviews were unfair, because there is no verification that the review is written by a legitimate customer.

Yelp Dataset

Yelp has released part of their data to raise an activity called Yelp Dataset Challenge, which offers a chance for people to conduct research or analysis and discover what insights lie hidden in their data. Due to the size of data, this project only chooses yelp data partially in a zip file called 'dataset.zip', which contains three json files including:

  • business.json - Contains business data including location data, attributes, and categories.
  • user.json - User data including the user's friend mapping and all the metadata associated with the user.
  • review.json - Contains full review text data including the user_id that wrote the review and the business_id the review is written for.

Here are the introductions of all the json files.

Google API Key

In this project we need to use google maps, which needs a Google API key to access it. This key tells Google who you are, presumably so it can keep track of rate limits and such things. To create an API key, follow the instructions in the documentation. Once you have an API key, pass it to gmaps before creating widgets:

gmaps.configure(api_key="AI...")

yelp-analysis's People

Contributors

victorchennn avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Forkers

ananddb90

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.