Skip to content

YousefAlaaAli/Video-Game-Sales

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Video-Game-Sales-Data-Analysis

Overview

This project explores video game sales data through data preprocessing, exploratory data analysis (EDA), and unsupervised learning techniques. The primary goal is to uncover insights into sales trends and classify video games based on their market performance.

Objectives

  • Data Preprocessing: Handle missing values, remove duplicates, and ensure data integrity.
  • Exploratory Data Analysis (EDA): Gain insights into sales distributions, regional trends, and top-performing games.
  • Clustering with K-Means: Group video games based on sales performance to identify common characteristics.
  • Dimensionality Reduction (PCA): Optimize high-dimensional data for better visualization and interpretation.

Technologies & Tools

  • Programming Language: Python
  • Libraries: Pandas, NumPy, Matplotlib, Seaborn, Scikit-learn
  • Machine Learning Techniques: K-Means Clustering, Principal Component Analysis (PCA)

Dataset

The dataset used in this analysis contains sales data of video games across different regions, including North America, Europe, and Japan. It includes features such as game title, genre, platform, and sales figures.

Expected Outcomes

  • Identification of sales trends and influential factors in video game success.
  • Classification of video games based on their market performance.
  • Actionable insights that can aid in strategic decision-making for game developers and publishers.

How to Use

  1. Clone this repository.
  2. Install the required dependencies.
  3. Run the Jupyter Notebook to explore the dataset and execute the analysis.

Future Improvements

  • Expanding the dataset to include more recent sales figures.
  • Incorporating additional clustering techniques for comparison.
  • Enhancing visualizations for deeper insights.

Releases

No releases published

Packages

No packages published