Video Game Sales DataViz

Visual Analytics project to analyze and discovery insights of video game sales in recent years, with the high-level API plotly.express.

Loading raw data

The first step is to load the dataset into a pandas dataframe. Here you can see the dataset.

Now the basic statistics of the numeric fields are shown, to have a quick understanding of the behavior of the data.

1. Video Games Sales per Release Year

Important Note: Sales will be grouped by release year of game, not by real sale date as we don't have such historical data.

Insights

2. Top 50 Best-Selling Video Games

Now we can plot the top 50 best-selling video games in the world.

Insights

3. Video Game Sales grouped by Platform

Insights

4. Video Game Sales grouped by Publisher

Insights

Important Note: Sales will be grouped by release year of game, not by real sale date as we don't have such historical data.

Plotting Sales Trends of Top 10 Publishers

This multi-line chart confirms the insights obtained in point 4.

6. Distribution of Video Game Sales

Regarding Platform and Genre from 2013.

Insights

7. Evolution of Video Game Sales by Genre

Video Game Sales by Genre by Decades

Insights

Finally, how the video game genre trend has changed in each decade:


« Home