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

Project Title - Video Game Sales

This dataset was obtained from www.kaggle.com and it contains the information about various games that were released in past few decades. By analysing this dataset with pandas, numpy, matplotlib and seaborn, we will figure out things like Most popular genre, Top publishers, Top Platforms, Top selling games in different regions etc. If I am able to do this basic analysis, it's thanks to this course. (https://jovian.ai/learn/data-analysis-with-python-zero-to-pandas)

Downloading the Dataset

Dataset was downloaded from www.kaggle.com using opendatasets mode for Python

!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/gregorut/videogamesales'