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

IPL DATA ANALYSIS

The 2020 Indian Premier League, also known as IPL 13 is scheduled to be the thirteenth season of the IPL, a professional Twenty20 cricket league established by the Board of Control for Cricket in India in 2007.

The dataset has been downloaded from Kaggle Dataset.The analysis is done using python and libraries NumPy,Pandas,Matplotlib and Seaborn.

!pip install jovian opendatasets --upgrade --quiet
dataset_url= 'https://www.kaggle.com/nowke9/ipldata'
import opendatasets as od
od.download(dataset_url)
Please provide your Kaggle credentials to download this dataset. Learn more: http://bit.ly/kaggle-creds Your Kaggle username: aakashkishan007 Your Kaggle Key: ········
100%|██████████| 1.20M/1.20M [00:00<00:00, 108MB/s]
Downloading ipldata.zip to ./ipldata
data_dir= './ipldata'