Video Games Sales Analysis
Table of Contents
- Project Overview
- Objective
- Data Sources
- Methodology
- Data Extraction
- Data Cleaning
- Data Visualization
- Key Findings
- Actionable Insights
- Interactive Dashboard
- How to Run This Project
- Future Improvements
- Acknowledgments
Project Overview
The Video Games Sales Analysis project aims to analyze video game sales data to uncover trends, understand market preferences, and provide insights that can help drive strategic business decisions. Utilizing SQL for data manipulation and Power BI for data visualization, this project offers a comprehensive view of the gaming industry's performance from 1980 to 2020.
Objective
- To analyze sales performance across different platforms (e.g., Xbox, PlayStation, PC) and genres.
- To identify regional sales distribution and preferences.
- To provide actionable insights for business strategy and marketing.
Data Sources
- Sales Data: The primary dataset used in this analysis is sourced from Kaggle Video Game Sales Dataset, containing records of video game sales including:
- Title
- Platform
- Year
- Genre
- Publisher
- Global Sales
- Other sales metrics across different regions (NA, EU, JP, etc.)
Methodology
Data Extraction
SQL queries were written to extract relevant data from the sales dataset, focusing on key metrics like total sales by platform, genre, and year.
Data Cleaning
Data cleaning tasks included:
- Removing duplicate entries
- Handling missing values
- Ensuring data consistency
Data Visualization
Power BI was used to create interactive dashboards, visualizing data through charts, graphs, and tables to highlight key sales trends and comparisons.
Key Findings
- Top Platforms: PlayStation and Xbox consistently show higher sales over the years.
- Genre Performance: Action games tend to dominate sales figures across different platforms.
- Regional Insights: North America leads in sales, while Japan has unique preferences for certain genres.
Actionable Insights
- Marketing Strategies: Increase marketing investments in top-performing platforms and genres.
- Product Development: Focus on developing action and sports games based on consumer preferences.
- Regional Promotions: Create localized marketing campaigns targeting specific genres popular in different regions.
Interactive Dashboard
Explore the interactive dashboard developed using Power BI for deeper insights:
Note: To access the dashboard, you may need a Power BI license or permissions set by the creator.
Games Details
Games Publisher Details
Games Published in a specific Year
How to Run This Project
Prerequisites
- SQL environment (e.g., MySQL, PostgreSQL)
- Power BI Desktop installed on your machine
Steps
-
Clone the Repository:
git clone https://github.com/ajitii/Video_Games_Analysis_Sales.git
-
Set Up the Database: Import the provided SQL scripts into your database environment to set up the sales data.
-
Open Power BI: Launch Power BI and import the video_games_sales_analysis.pbix file included in this repository.
-
Interact with the Dashboard: Use the interactive features in Power BI to explore different data insights and trends.
Future Improvements
- Advanced Analytics: Incorporate predictive models and sentiment analysis for comprehensive insights.
- Enhanced Documentation: Add more detailed explanations and examples within the Power BI reports.
- User Feedback: Plan a feedback mechanism to improve the dashboard's usability and features based on user interactions.
Acknowledgments
- Special thanks to the contributors for their insights and support in bringing this project to fruition.
- Dataset sourced from Kaggle.