Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 1.57 KB

README.md

File metadata and controls

25 lines (19 loc) · 1.57 KB

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 record, the final dataset contains (where available):

  • Artist
  • Title
  • Metascore
  • Release Date
  • Critic Name
  • Critic Score
  • Critic Review
  • Review Link

Limitations

The code currently does not differentiate between EPs, LPs etc., which would be nice. Also, more information about each record could be added (e.g. recording label). I also wouldn't mind adding 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.