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

Cricket Dataset

Context

Indian Premier League (IPL) is a Twenty20 cricket format league in India. It is usually played in April and May every year. As of 2019, the title sponsor of the game is Vivo. The league was founded by Board of Control for Cricket India (BCCI) in 2008.

Content

Data till Season 11 (2008 - 2019)
matches.csv - Match by match data
deliveries.csv - Ball by ball data

I got this data from the recommended datasets by jovian.

Link:- https://www.kaggle.com/nowke9/ipldata

I am using numpy,pandas and some visualizations techniques here.

Hope I will give my best here.

Jovian

I found this course really useful.This course increases my interest towards DATA SCIENCE.I request for another course on Data Science Aakash sir.Thanks a lot for spending your valuable time for us.

project_name = "IPL-dataset" # change this
!pip install jovian --upgrade -q
import jovian
jovian.commit(project=project_name)
[jovian] Attempting to save notebook.. [jovian] Updating notebook "nmppraveen/ipl-dataset" on https://jovian.ml/ [jovian] Uploading notebook.. [jovian] Capturing environment.. [jovian] Committed successfully! https://jovian.ml/nmppraveen/ipl-dataset