declanrjb
declanrjb OP t1_j1c46ih wrote
Reply to comment by declanrjb in [OC] 1000 Highest Grossing Movies by Rotten Tomatoes Score - All Time by declanrjb
Here's the full csv from the last run if anyone's interested, the script and plot I used are also on GitHub
https://github.com/declanrjb/rotten-tomatoes/blob/main/ratings_all.csv
declanrjb OP t1_j1c2nap wrote
Reply to comment by bewitchedbumblebee in [OC] 1000 Highest Grossing Movies by Rotten Tomatoes Score - All Time by declanrjb
The data set I used in this case is not adjusted, if it were the list would be quite different (Gone with the Wind and A New Hope would still be at the top by a lot), so that would be an interesting one to run through at some point.
declanrjb OP t1_j1c2cy9 wrote
Reply to comment by mjnuismer in [OC] 1000 Highest Grossing Movies by Rotten Tomatoes Score - All Time by declanrjb
The two giant ones in the upper right quadrant are Avatar and Avengers: Endgame, respectively, if that's what you mean. I was trying to make it interactive at one point so you could hover over a dot for movie title, but I'm just a hobbyist and I haven't figured out how to do it yet. I'd be happy to post the full csv at some point though so people can look up individual titles.
declanrjb OP t1_j1b0b6h wrote
Data: rottentomatoes.com and boxofficemojo.com/chart/top_lifetime_gross/?area=XWW as of 12/20/22. Movies with fewer than 50 ratings in either category not shown. Data compiled and plotted using R tidyverse and ggplot2.
declanrjb OP t1_j1cdqu9 wrote
Reply to comment by bagelslice2 in [OC] 1000 Highest Grossing Movies by Rotten Tomatoes Score - All Time by declanrjb
Oh, gotcha. This is the equivalent of back of the napkin math I did in five minutes just now, so it might not be complete, but looks like these are the top 15 with the highest absolute value differences between Audience Score and Tomato Meter. Hope that helps
https://github.com/declanrjb/rotten-tomatoes/blob/main/highest_differences.png