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

Performance of teams in ODI cricket matches

In this project I am going to analyse the dataset "odi-cricket-matches-19712017" which I took from https://kaggle.com/ . We have four different dataset from which I took two dataset and analyse various teams's performances in ODI matches from 1971 to 2017. Before analysing I need to clean it and prepare the data so that it can be applied on various tools. I am using Python's Pandas, Numpy and Matplotlib tools for most of my works and will try to find answers of various questions through data munching. I would like to mention here "Zero-to-Pandas-Course" by Jovian.ml founder Akash and freecodecamp.org YouTube channel for helping me out to start my transition joureny into Data Science roles.

Downloading the Dataset

We will download ODI cricket match dataset from Kaggle for analysing which team has performed best till now

!pip install jovian opendatasets --upgrade --quiet

Let's begin by downloading the data, and listing the files within the dataset.

dataset_url = 'https://www.kaggle.com/jaykay12/odi-cricket-matches-19712017?select=originalDataset.csv'