Skip to content

Exploratory and statistical data analysis project on global video game sales from 1980-2016.

Notifications You must be signed in to change notification settings

adkwn1/video_game_sales

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Video Game Sales

Author: Andrew Kwon

Description

Exploratory and statistical data analysis project on global video game sales from 1980-2016. Project performs the following:

  • Data cleaning
  • Statistical analysis
  • Correlation analysis
  • Visualization
  • Hypothesis testing of population means

Project code, comments, and analysis conducted in Jupyter notebook.

Introduction

This project processes and analyzes historical data for video game sales up to the year 2016. The scope of the analysis for this project is to determine any patterns that could assist an advertisement campaign that would improve profitability of video game sales for the following year. Additionally, we'll run two hypothesis tests (population means) to aid our decision on what recommendations we should make as a result of our analysis.

Dataset

games.csv

  • Name: game title
  • Platform: platforms of release
  • Year_of_Release: Year game was released on specified platform
  • Genre: game genre
  • NA_sales: units sold in North America (in millions)
  • EU_sales: units sold in Europe (in millions)
  • JP_sales: units sold in Japan (in millions)
  • Other_sales units sold in other regions (in millions)
  • Critic_Score: profession game critic score (out of 100)
  • User_Score: user score (out of 10)
  • Rating: Entertainment Software Rating Board (ESRB) rating (https://www.esrb.org/ratings-guide/)

Requirements

  • pandas
  • numpy
  • plotly.express
  • scipy.stats

Screenshots

yearly_sales release_by_year sales_by_platform sale_by_genre corr_user corr_critic

About

Exploratory and statistical data analysis project on global video game sales from 1980-2016.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published