D.F.


Movie Industry Correlation

Process

Gather Data

Download the Kaggle movie industry dataset and setup a Jupiter Notebook.

Check for missing information

Loop through columns and rows with Python.

Check data types

Check each column for correct data types.

Create visuals

Create scatter plots of film budget vs gross revenue and related correlation matrix.

Results

There is a positive relationship between the film budget and gross revenue.

Movie budget vs gross earnings scatterplot with trend line.

Future Posibilities

  • Determine if movie genres affect gross revenue.
  • Redo the project in R programming language.