Zomato Restaurant Data Analysis
I analyzed 148 restaurants to find patterns in ratings, costs, and online orders.
What I did:
Cleaned data (removed duplicates, handled missing values)
Preprocessed rating column (4.1/5 → 4.1 float)
Created visualizations: bar charts, pie charts, histograms
Found key insight: restaurants with online order have higher ratings
Tools: Python, Pandas, Matplotlib, Seaborn
Dataset: Kaggle - Zomato Bangalore Restaurants
Full code available on GitHub.