This repository contains exploratory data analysis (EDA) and visualization projects focusing on diverse datasets, including Bitcoin price trends and Indian restaurant reviews. Each notebook aims to provide insights and showcase data storytelling through visual exploration.
-
bitcoin-price-eda-visualization.ipynb
- Description: Analyzes and visualizes historical Bitcoin price data, identifying key patterns, trends, and potential market insights.
- Tools Used: Python libraries like Pandas, Matplotlib, and Seaborn.
- Purpose: To understand price fluctuations in the cryptocurrency market and identify possible influences on Bitcoin pricing over time.
-
eda-of-indian-restaurants.ipynb
- Description: An exploratory analysis of Indian restaurant data, examining factors such as ratings, cuisine types, and pricing trends across different regions.
- Tools Used: Pandas, Matplotlib, Seaborn, and Plotly for interactive visualizations.
- Purpose: To reveal trends in consumer preferences and regional dining patterns within the Indian restaurant industry.
To run and view these notebooks, you will need:
- Python: Download Python
- Jupyter Notebook: Install via pip with:
pip install notebook
- Required Libraries: Install the necessary libraries by running:
pip install pandas matplotlib seaborn plotly
- Clone this repository:
git clone https://github.com/arslanr369/your-repo-name.git
- Navigate to the repository folder:
cd your-repo-name
- Launch Jupyter Notebook:
jupyter notebook
- Open any notebook and run the cells to explore the data and visualizations.
├── bitcoin-price-eda-visualization.ipynb # EDA on Bitcoin price data
├── eda-of-indian-restaurants.ipynb # EDA on Indian restaurant data
├── README.md # Repository documentation
This project is licensed under the MIT License - see the LICENSE file for details.
This repository is created and maintained by Arslan (@arslanr369), who has a keen interest in exploring data to uncover trends and insights. Through these projects, Arslan aims to use data visualization as a tool for storytelling and decision-making.
Thank you for checking out this repository!