Welcome to the IPL 2023 Auction Analysis repository! This project explores the Indian Premier League (IPL) 2023 Auction dataset to uncover insights about player sales, pricing, and team acquisitions using Python and data visualization libraries.
This analysis aims to:
- 📊 Perform Exploratory Data Analysis (EDA) on IPL auction data.
- 🏷️ Identify trends in player pricing, retention, and unsold players.
- 📈 Visualize insights using Matplotlib, Seaborn, and Squarify.
The dataset used in this project contains details about:
- Player names and roles
- Nationality
- Base price and final auction price
- Franchise allocation and player status (Sold/Unsold/Retained)
- Programming Language: Python 🐍
- Libraries Used:
pandas
- for data manipulationnumpy
- for numerical analysismatplotlib
&seaborn
- for data visualizationsquarify
- for treemap visualizations
- 📥 Loading the dataset
- 🔍 Exploring the data (shape, columns, missing values)
- 📊 Statistical insights (average prices, nationality distributions)
- 🎨 Data visualization (histograms, bar charts, treemaps)
- Clone this repository:
git clone https://github.com/yourusername/IPL2023_analysis.git
- Install dependencies:
pip install pandas numpy matplotlib seaborn squarify
- Open and run the Jupyter Notebook:
jupyter notebook IPL2023_analysis.ipynb
Feel free to fork this repository and submit a pull request if you have additional insights or improvements!
For any queries or collaboration opportunities, reach out via: 📧 Email: drbavaliya13@gmail.com
⭐ If you find this project useful, don't forget to star this repository! ⭐