Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 686 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 686 Bytes

About the Project

This is a data project for CSC343 Intro to Databases. We collected data from https://www.kaggle.com/rush4ratio/video-game-sales-with-ratings and cleaned the data using queries to fit our schema we created. Then, we created multiple queries to try and answer the following questions:

  1. How does the geographical location affect the popularity of video games and has it been affected the same way for the past 2 decades?
  2. Are specific genres of games are more popular on certain platforms?
  3. How do different publishers and platforms affect the sale of the games and what causes this to happen?

See discussion.pdf for the final report of the findings.