/metacritic-analysis

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

Primary LanguageHTMLGNU General Public License v2.0GPL-2.0

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