Baselight

Fandango Movie Ratings

Comparison of Movie Ratings Across Review Platforms

@fivethirtyeight.fandango

Loading...
Loading...

About this Dataset

Fandango Movie Ratings

This dataset analyzes movie ratings across multiple platforms including Fandango, Rotten Tomatoes, Metacritic, and IMDb.
It compares publicly displayed ratings versus the actual average ratings pulled from page HTML, highlighting discrepancies and potential rating inflation.
The data was collected in August 2015.

Tables

Fandango Score Comparison

@fivethirtyeight.fandango.fandango_score_comparison
  • 25.99 KB
  • 146 rows
  • 22 columns
Loading...

CREATE TABLE fandango_score_comparison (
  "film" VARCHAR,
  "rottentomatoes" BIGINT,
  "rottentomatoes_user" BIGINT,
  "metacritic" BIGINT,
  "metacritic_user" DOUBLE,
  "imdb" DOUBLE,
  "fandango_stars" DOUBLE,
  "fandango_ratingvalue" DOUBLE,
  "rt_norm" DOUBLE,
  "rt_user_norm" DOUBLE,
  "metacritic_norm" DOUBLE,
  "metacritic_user_nom" DOUBLE,
  "imdb_norm" DOUBLE,
  "rt_norm_round" DOUBLE,
  "rt_user_norm_round" DOUBLE,
  "metacritic_norm_round" DOUBLE,
  "metacritic_user_norm_round" DOUBLE,
  "imdb_norm_round" DOUBLE,
  "metacritic_user_vote_count" BIGINT,
  "imdb_user_vote_count" BIGINT,
  "fandango_votes" BIGINT,
  "fandango_difference" DOUBLE
);

Fandango Scrape

@fivethirtyeight.fandango.fandango_scrape
  • 15.08 KB
  • 510 rows
  • 4 columns
Loading...

CREATE TABLE fandango_scrape (
  "film" VARCHAR,
  "stars" DOUBLE,
  "rating" DOUBLE,
  "votes" BIGINT
);

Share link

Anyone who has the link will be able to view this.