By
Harshit Gupta
In this presentation I will visualize the Yelp Dataset using Vega-lite framework.
The Yelp dataset has following data files:
- yelp_business.csv
- yelp_business_attributes.csv
- yelp_business_hours.csv
- yelp_checkin.csv
- yelp_photos.csv
- yelp_reviews.csv
- yelp_tip.csv
As the dataset is huge with many files, we will mostly use the first two files for our visualization.
-
yelp_business.csv
-
yelp_business_attributes.csv
I will analyze the businesses based on their following properties:
- Ratings
- Cities
- States
Lets begin with **Ratings.**