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

Project Title - IPL Data Analysis

IPL(Indian Premier League) is a T20 Cricket League, which held every year in India. IPL start in 2008 and In IPL there are almost 8 Teams and Player from every country are selected by auction.The Indian Premier League is a professional Twenty20 cricket league in India contested during March or April and May of every year by eight teams representing eight different cities or states in India. The league was founded by the BCCI.

I selected the IPL dataset from season 2008 to 2019. I also selected the deliveries of every IPL match to analise the data. I will try my best to find out the missing data and will correct it. Any row or column entries is found to be missing or wrong then I will analyse it first and then reolve and correct it by using Python, Pandas, Numpy, MatplotLib and etc. Functions and Library.

This Project is given to me by Jovian.ml as Assignment for Practice and as a Exam. The founder of Jovian.ml is AakashNS. He is also our Teacher and help us by providing Free Data Science Course.

Downloading the Dataset

!pip install jovian opendatasets --upgrade --quiet

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

# Change this
dataset_url = 'https://drive.google.com/file/d/19m3nhCYoiJ74xmyeD5GHQFsbnkwDHi6X/view?usp=sharing'