Udacity Data Analyst Project 03 - Investigate TMDb Movie Dataset using NumPy, Pandas, Seaborn and Matplotlib.
Investigate the data set that contains information about 10,000 movies collected from The Movie Database (TMDb) from 1960 to 2015, including user ratings and revenue. Analyze what kind of properties are associated with movies that have high profit.
investigate-tmdb-dataset.ipynb
contains a Jupyter Notebook that analyze TMDb dataset.tmdb-movies.csv
contains TMDb Movie Dataset from 1960 to 2015.tmdb-movies-cleaned.csv
contains cleaned TMDb Movie Dataset from 1960 to 2015.