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

Data Analysis of IPL (2008-2019)

The Indian Premier League is the most popular T20 cricket league of India as well as the world. This tournament is founded by BCCI in 2008.

The dataset used here is from kaggle.

Analysis and Visualization is done using Python libraries such as Numpy, Pandas, Matplotlib, Seaborn, etc.

Let's begin by downloading the data, and listing the files within the dataset.

project_name = "ipl-2008-to-2019"
!pip install jovian --upgrade -q
import jovian