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

Video games popularity contest

This project I did is about video game sales. I got the dataset from https://www.kaggle.com/gregorut/videogamesales?select=vgsales.csv. With this, I'm trying to compare different sales distributions around the world. I'll be using Pandas and Matplotlib libraries. There will also be one instance where I will be using Numpy. Above all, this course Data Analysis with Python: Zero to Pandas has taught me how to fetch data from the web and analyse this data in various ways.

Downloading the Dataset

All I can say is that Kaggle rocks :D

!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'