Skip to content

souvikb07/Zomato-Delhi-NCR-Analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zomato-Delhi-NCR-Analysis

Problem

Where to get delicious food in Delhi NCR at reasonable price?

Sourcerer

Code Requirements

The example code is in Python (version 3.6.6 or higher will work).

Dependencies

  1. import pandas
  2. import numpy
  3. import seaborn
  4. import matplotlib
  5. import plotly

Description

Use Exploratory Data Analysis to find the most affordable and highest rated restaurants in Delhi NCR.

  • This process will be done using a Jupyter Notebook.
  • The code should run w/o errors.
  • Appropriate use of
    • data structures/types
    • loops/conditional statements
    • Packages
    • coding practices (i.e. Docstrings, comments, variable names & general readability)
    • Visualization

File Descriptions

  • ./data/ contains the various datasets.
  • ./Zomato_analysis.ipynb is a Jupyter notebook containing the work I have done.

References & Citations

  1. Data provided by:

Releases

No releases published

Packages

No packages published