Analyze the Zomato dataset by performing EDA and Feature Engineering using Python to understand its operations.
A statistical method that uses data visualization and other techniques to analyze data sets and summarize their main characteristics. EDA is an open-ended approach that allows analysts to identify trends, validate data, and generate hypotheses. The main purpose of EDA is to help look at data before making any assumptions. It can help identify obvious errors, better understand patterns within the data, detect outliers or uncommon events, and find interesting relations among the variables.
- Pandas
- Matplotlib
- Seaborn
- Scikit learn