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

Video Games - Has their popularity harmed by Smartphones??

In this Analysis, we will look how the video games and consoles gained popularity and has the advancement in smartphones and their gaming ability has hampered the business of video game market. I am using Numpy, Matplotlib and seaborn to calculate and show the trend year after year, how the video game rose in popularity and is there any decline in their popularity after the advancement of samrt phone and gaming ability. I want to thank Aakash for giving us such an extensive course in Data Analysis: Zero to Pandas.

Downloading the Dataset

Video Games across different platform - Downloading the data file in CSV format. Then passing it into pandas dataset.

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