Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 736 Bytes

my_presentation_intro.md

File metadata and controls

35 lines (23 loc) · 736 Bytes

Yelp Dataset Visualization

By

Harshit Gupta


In this presentation I will visualize the Yelp Dataset using Vega-lite framework.

The Yelp dataset has following data files:

  1. yelp_business.csv
  2. yelp_business_attributes.csv
  3. yelp_business_hours.csv
  4. yelp_checkin.csv
  5. yelp_photos.csv
  6. yelp_reviews.csv
  7. yelp_tip.csv

As the dataset is huge with many files, we will mostly use the first two files for our visualization.

  1. yelp_business.csv

  2. yelp_business_attributes.csv


I will analyze the businesses based on their following properties:

  • Ratings
  • Cities
  • States

Lets begin with **Ratings.**