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

Indian Premier League (2008-2019) Data Analysis and Visualization

The Indian Premier League (IPL) 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 Board of Control for Cricket in India (BCCI) in 2008.

The IPL is the most-attended cricket league in the world and in 2014 ranked sixth by average attendance among all sports leagues. In 2010, the IPL became the first sporting event in the world to be broadcast live on YouTube. The brand value of the IPL in 2019 was ₹475 billion(USD6.7 billion), according to Duff & Phelps. According to BCCI, the 2015 IPL season contributed ₹11.5 billion (US$160 million) to the GDP of the Indian economy.

I get this Data form Kaggle dataset, this dataset contain one csv files (Matches.csv), I am trying to analysis of the data of all matches played in IPL from 2008 to 2019. The libraries for data analysis and visualization used in this project are Numpy, Pandas, Matplotlib and Seaborn.Data Analysis with Python: Zero to Pandas.

!pip install jovian opendatasets --upgrade --quiet
project_name = "Indian-Premier-league-Data-Analysis-and-Visulization"
!pip install jovian --upgrade -q
import jovian