Skip to content

ergyunhasan/Exploring_Video_Game_Sales_SQL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Exploring Video Game Sales: Analysis and Insights

vgS

This repository contains SQL queries and analysis performed on a dataset of video games. The dataset includes information such as game rankings, platform, year of release, genre, sales data, critic scores, and user scores.

Description

The objective of this project is to analyze the video games dataset and gain insights into various aspects of the video game industry. The dataset provides valuable information that can be explored through SQL queries to answer questions related to top-selling games, game genres distribution, sales trends, correlations between scores and sales, and more.

By executing the provided SQL queries and analyzing the results, you can explore and interpret the data to draw conclusions and make informed decisions related to the video game industry.

Dataset

The dataset used for this analysis consists of the following columns:

  • Rank
  • Name
  • Platform
  • Year
  • Genre
  • Publisher
  • NA_Sales
  • EU_Sales
  • JP_Sales
  • Other_Sales
  • Global_Sales
  • Critic_Score
  • Critic_Count
  • User_Score
  • User_Count
  • Rating

Queries

The repository includes several SQL queries that were used to explore and analyze the video games dataset. The queries cover a range of topics such as top-selling games, distribution of game genres, sales trends, correlations between scores and sales, and more.

Each query is documented with a corresponding question, providing context for the analysis. The results of the queries provide insights into various aspects of the video game industry.

Usage

To use this project, you can follow these steps:

  1. Clone the repository to your local machine.
  2. Import the dataset into your preferred database management system.
  3. Execute the SQL queries provided in the vg_queries.sql file.
  4. Analyze the results and draw conclusions based on the data.

Resources

  • The dataset used for this analysis is vgsales.csv

This project was created by Ergyun Hasan. If you have any questions or suggestions, feel free to reach out.

Happy querying!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors