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

Indian Premier League Data Analysis

IPL is one of the famous cricket series been played in Indian Subcontinent. And also IPL series recently on going so thought of analysing this data. I took this dataset from kaggle its identified by name Indian Premier League 2008-2019. This dataset includes ball by ball and match by match data. As it is one of the famous game being played in India it can be easy to perform analysis on team performance, player performance , how many boundaries are hit, runs are made etc.

Downloading the Dataset

As i have said prevously i have downloaded this dataset from kaggle during download it asked me kaggle username and apikey.

!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://www.kaggle.com/nowke9/ipldata'