Giter Site home page Giter Site logo

yelp_data_set_sql's Introduction

yelp_data_project

Perform analysis on open source yelp data

Download .json format yelp dataset here https://www.yelp.com/dataset/documentation/main or download gigabyte size csv files from drive or from kaggle and load them to your server

OR

You can web scrape customized content using yelp_search.py

Some results are shown in Tableau as Book1.twb

  • Q1: What are the top 20 cities (with state information) with the most businesses on yelp?-- Expected columns: state, city, business_count

  • Q2: What are the average stars for top 10 most reviewed restaurants in Toronto? -- Expected columns: business_id, review_count, avg_star

  • Q3: How many users have left reviews but all the reviews are 1 star?-- Expected columns: user_count

  • Q4: Who wrote the second funniest review in this data? -- What is his/her name and how many reviews has he written?-- Expected columns: name, review_count

  • Q5: How many user have left tips to more business than reviews? -- That is, for each user in this set, more businesses are getting tips from them than getting review from them.-- Expected columns: user_count

  • Q6: We define "boring people" as - -- users have left reviews but...-- none of the reviews were marked as useful, funny, or cool... -- and he/she has left no tips ever-- How many "boring people" do we see in the data?

  • Q7: What is the distribution of reviews per user? -- Please generate the histogram of this.-- What is the distribution look like? How do you describe it?-- Is mean or median a better representation of the distribution? -- Expected columns: review_count, user_count

yelp_data_set_sql's People

Contributors

luchaoqi avatar

Watchers

 avatar  avatar

Forkers

zhenfeiyu

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.