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

IPL Data Analysis & Visualization

project_name = 'ipl_data_analysis_and_visualization'
import jovian
jovian.commit(project = project_name, files = ['matches.csv'])
[jovian] Attempting to save notebook.. [jovian] Updating notebook "abhishek1567-cse18/ipl-data-analysis-and-visualization" on https://jovian.ai [jovian] Uploading notebook.. [jovian] Uploading additional files... [jovian] Committed successfully! https://jovian.ai/abhishek1567-cse18/ipl-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 in India.The league was founded by the Board of Control for Cricket in India (BCCI) in 2008. The IPL has an exclusive window in ICC Future Tours Programme.

Section-1: Data Preparation and Cleaning

In this data Analysis We will be using various Libraries such as pandas, Numpy, Seaborn & Matplotlib

Installing The Mentioned Libraries