- We checked all the data to see if there is any missing values.
- We checked to see if we have the correct types (we removed "NaN" values too). We also created a year column and droped duplicates.
- We scatter plot budget vs gross.
- We plot budget vs gross using seaborn and verify if there is any correlation with the 'pearson' method.
- We generated the correlation matrixes for further clarity.At the end of the study, we concluded that indeed there is a correlation between Budget and Gross.