Learn practical skills, build real-world projects, and advance your career

IPL Data Analysis(2008-2019)

Indian Premier League (IPL) is a Twenty20 cricket format league in India. It is usually played in April and May every year. The league was founded by Board of Control for Cricket India (BCCI) in 2008. There have been twelve seasons of the IPL tournament. The current IPL title holders are the Mumbai Indians, who won the 2019 season.

The dataset has been downloaded from Kaggle Dataset. The dataset contains two csv files but only one csv file i.e matches.csv has been used in this project for the analysis. The libraries for data analysis and visualization used in this project are Numpy, Pandas, Matplotlib and Seaborn. These libraries are covered in the course by Jovian.ml named as Data Analysis with Python: Zero to Pandas.

project_name = "ipl-data-analysis"
!pip install jovian --upgrade -q
import jovian
jovian.commit(filename=project_name)
[jovian] Attempting to save notebook.. [jovian] Updating notebook "ankit114211/ipl-data-analysis" on https://jovian.ml/ [jovian] Uploading notebook.. [jovian] Capturing environment.. [jovian] Committed successfully! https://jovian.ml/ankit114211/ipl-data-analysis