Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 2.05 KB

README.md

File metadata and controls

36 lines (22 loc) · 2.05 KB

Rotten Tomatoes: Audience vs Critics

A comparison of audience and critics' movie ratings using data from Rotten Tomatoes.

Table of Contents

  1. Installation
  2. Project Motivation
  3. File Descriptions
  4. Interpretation and Discussion of Results
  5. Licensing, Authors, and Acknowledgements

Installation

There should be no necessary libraries to run the code here beyond the Anaconda distribution of Python. The code should run with no issues using Python version 3.

Project Motivation

The motivation behind undertaking this project was to understand contrasts in the respective behaviours of critics and regular audience members when rating movies. Using a data set of movies from the website Rotten Tomatoes, I attempted to:

  1. Identify the presence of differences in the behaviour of the two groups
  2. Analyse the drivers of any identified differences
  3. Evaluate and compare the principal determinants of the behaviour of the two groups

File Descriptions

Alongside the README, this repository contains the notebook in which the data was cleaned, analysed and visualised, and a CSV file containing the data set. The data set's columns are generally self explanatory, though a more detailed description can be found in the source linked in the acknowledgements section below.

Interpretation and Discussion of Results

A discussion of the results of the analysis can be found in the Medium post available here.

Licensing, Authors, Acknowledgements

I would like to thank Kaggle user Stefano Leone for creating and sharing the data set, which can be found on Kaggle here.

The Rotten Tomatoes website from which the data was sourced is also acknowledged in the description in the link.