Skip to content

scraping and basic exploratory analysis of game data from metacritic.com

License

Notifications You must be signed in to change notification settings

dvelikiy/metacritic-analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

metacritic-analysis

Scraping and basic exploratory analysis of game data from metacritic.com

Project structure:

  1. Scraping - Getting and cleaning data from metacritic website. Currently only focused on "PC games" section. Python code based on Scrapy framework.
  2. Data - Datasets that result from previous step. The same dataset is available in xls (Excel) and csv formats. Also there is a log file generated by the spider.
  3. Analysis - Exploratory analysis of the dataset. Main objectives are to explore difference between user scores and critic scores, see how scores differ across years, search for potential sources of bias. Done using R language.

Examples of usage:

Requirements to run code:

Python

  • Scrapy
  • xlwt

R

About

scraping and basic exploratory analysis of game data from metacritic.com

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published