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

Introduction

Gaming is a hugely successful industry. With the advancement of technology, aided with streaming platforms such as Twitch, there is a vast gaming community across various platforms that is worth over $150bn USD.

The data used in this project is a ranking of over 16,500 video games across various platforms that have global sales of at least 100,000 copies. The data collected is from 1980 - 2020. The source of the data is:

https://www.kaggle.com/gregorut/videogamesales

Import Libraries

# Importing Libraries
import pandas as pd
import matplotlib.pyplot as plt
import seaborn as sns
sns.set_style("whitegrid")

Introducing the Data

We will first import the CSV file and display the first 10 rows to understand the type of data in our dataframe