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

IPL _Data_Set

This datasets is basically for analysis of IPL_Data_Set.This datastes collect from kaggle.com and the link of my datasets is https://www.kaggle.com/ramjidoolla/ipl-data-set?, I'm trying to analysis the datasets of IPL_Data_set, I am going to use numpy/pandas/matplotlib/seaborn...etc.These libraries are used for plotting the dataset. This project is from the course which is given by Jovian.ml which is a course of https://jovian.ml/learn/data-analysis-with-python-zero-to-pandas

Downloading the Dataset

Firstly search for the dataset on kaggle page then download the datasets by installing python library i.e, opendatasets and the dataset has been downloaded.

!pip install jovian opendatasets --upgrade --quiet

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

# Change this
dataset_url = 'https://www.kaggle.com/ramjidoolla/ipl-data-set?'