This project contains exploratory data analysis (EDA) and visualization of various datasets. The goal is to extract meaningful insights and present them in a visually appealing manner.
The project consists of the following Jupyter notebooks:
-
exploratory-data-analysis-of-superstore-sales-data.ipynb
- This notebook performs EDA on the Superstore Sales dataset. It includes data cleaning, transformation, and visualization to uncover trends and patterns in sales data.
-
online-shopping-dataset-analysis.ipynb
- This notebook analyzes an online shopping dataset. It covers data preprocessing, exploratory analysis, and visualization to understand customer behavior and sales performance.
-
zomato-dataset-eda.ipynb
- This notebook focuses on EDA of the Zomato dataset. It includes data cleaning, exploratory analysis, and visualization to gain insights into restaurant data.
To get started with this project, follow these steps:
- Clone the repository to your local machine.
- Install the required dependencies.
- Open the Jupyter notebooks and run the cells to perform the analysis.
- Python 3.x
- Jupyter Notebook
- Pandas
- NumPy
- Matplotlib
- Seaborn
You can install the dependencies using the following command:
pip install pandas numpy matplotlib seaborn jupyter
- Open a terminal and navigate to the project directory.
- Start Jupyter Notebook by running the following command:
jupyter notebook
- Open any of the notebooks listed above and run the cells to perform the analysis.
Contributions are welcome! If you have any suggestions or improvements, feel free to create a pull request.
This project is licensed under the MIT License.