This project analyzes bowling performance in the Asia Cup, using Python, Pandas, Matplotlib, and other data-science tools. The notebook explores player statistics, visualizations, and insights that help understand bowler effectiveness.
Asia-Cup-Bowler-Analysis/
โ
โโโ Asia Cup.ipynb # Main analysis notebook
โโโ dataset/ # (optional) Raw / cleaned datasets
โโโ README.md # Project documentation
-
โ๏ธ Data cleaning and preprocessing
-
โ๏ธ Loading and exploring Asia Cup bowling dataset
-
โ๏ธ Calculating key bowling metrics:
- Economy rate
- Strike rate
- Wickets taken
- Overs bowled
- Average
-
โ๏ธ Visualizations using Matplotlib / Seaborn
- Top wicket-takers
- Best economy bowlers
- Performance comparisons
-
โ๏ธ Insights and summary of top-performing bowlers
- Python
- Jupyter Notebook
- Pandas
- NumPy
- Matplotlib
- Seaborn
-
Clone the repository:
git clone https://github.com/Parthiban-web/Asia-Cup-Bowler-Analysis -
Install required libraries:
pip install pandas numpy matplotlib seaborn notebook -
Open the notebook:
jupyter notebook "Asia Cup.ipynb" -
Run all cells to view the analysis.
The notebook provides:
- Ranking of bowlers based on wickets, economy, strike rate
- Visual comparison charts
- Identification of best and consistent bowlers
- Statistical breakdown of Asia Cup bowling performances
Parthiban Machine Learning & Data Science Enthusiast GitHub: https://github.com/Parthiban-web
Feel free to fork the project and submit pull requests! Suggestions and improvements are always welcome.
This project is for learning and analysis purposes. You may modify and use it freely.