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

Video Game Sales

A video game sales data is taken from Kaggle. It has sales information, publisher information and genre information for different games around the globe.

Downloading the dataset

The data is downloaded using opendatasets and the files within the vgames_dfset are listed.

!pip install jovian opendatasets --upgrade --quiet
dataset_url = 'https://www.kaggle.com/datasets/gregorut/videogamesales'