Movie Industry Correlation

This Python project walks through how to find if data is correlated to other sets of data.

Goal

To find if data is correlated to other sets of data.

Data

For this project, I have use Movie Industry.This Kaggle data set contains 6820 movies in the dataset (220 movies per year, 1986-2016).

Process

In order to analyze the Movie Industry dataset, we followed the a process that looked at the data using:

  • Cleaing and preparing the dataset.
  • Analyzed the dataset for Budget high correlation ,Company high correlation
  • Visualization of data
  • Documentation of this project in JupyterNotebook

get in touch !