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

Data Analysis of Vedio Games Sales

DataSet is of vedio games sales which I have downloaded from Kaggle using opendatasets. I'll be using OS, Numpy, Pandas, Matplotlib, Seaborn library in this project to analyse the dataset by visualizing and performing computation operations.

Downloading the Dataset

We are download the dataset from kaggle using opendatasets module .

!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/kedokedokedo/vgsales'