/cs6220

Primary LanguageJupyter Notebook

Swiggy Indian Restaurant Dataset

This dataset contains information about Indian restaurants listed on Swiggy, an online food ordering and delivery platform. The dataset includes attributes such as restaurant name, location, rating, type of cuisine, and other features that may be useful for analysis and modeling.

Files

  • swiggy.csv: The raw data of the Swiggy Indian restaurant dataset.
  • swiggy-preprocessed.csv: The preprocessed version of the original dataset.
  • swiggy-clustering.ipynb: Jupyter notebook containing code and analysis for clustering the restaurants based on their attributes.
  • swiggy-regression.ipynb: Jupyter notebook containing code and analysis for building regression models to predict the restaurant rating based on their attributes.
  • swiggy-recsys.ipynb: Jupyter notebook containing code and analysis for building a recommendation system for restaurants.
  • swiggy.ipynb: The main Jupyter notebook that integrates all the analysis and modeling steps for the Swiggy Indian restaurant dataset.

Usage

  1. Clone or download this repository.
  2. Open the Jupyter notebooks in a Python environment and run the code.
  3. The swiggy.csv file can be used as input for other data analysis or modeling tasks.