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

IPL Data Analysis

This is an exploratory data analysis project using the IPL dataset(2008-2019) that was downloaded from Kaggle. The Indian Premier League(IPL) is a professional Twenty20 cricket league played in India featuring some of the world's best and most expensive cricketers. The league was founded by the Board of Control for Cricket in India(BCCI) in 2008.
As a data science student and cricket enthusiast I have tried to use the dataset to infer trends prevelant in IPL history and strategies that have helped teams win most games.

project_name = "ipl-data-analysis"
!pip install jovian --upgrade -q
import jovian
jovian.commit(project=project_name)
[jovian] Attempting to save notebook..