Skip to content

Using Metacritic scores to analyse music review inflation

Notifications You must be signed in to change notification settings

optionalg/metacritic-2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

metacritic

Purpose

  1. To use Metacritic scores to analyse music review inflation, i.e. the apparent increase (decrease) in the proportion of released albums the receive a positive (negative) review.
  2. To create a dataset to more broadly explore album releases.

Inputs and Output

The web-scraped tables come from Metacritic. The code extracts information from each table-page (200~ albums in each page) by first scraping their content through rvest and then making use of regularities in the spacing to separate album information.

For each album, the generated dataset should contain (where available):

  • Artist
  • Title
  • Metascore
  • Release Date
  • User Score

Limitations

The code currently does not differentiate between EPs, LPs etc., which would be nice. Also, the plan is to add more information about each album (recording label, number of professional reviews, maybe even review score by each entity). I also plan to add scores by theneedledrop, as recorded in this Google sheet, to compare Anthony's marks with thosee of major publications.

Motivation

This is another small project I worked on to teach myself a bit of R and get into web-scraping. It was motivated by a video on the theneedledrop channel discussing a WSJ article on the decline of negative reviews.

About

Using Metacritic scores to analyse music review inflation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • R 100.0%