Modafro / Movie_Data_Analysis

Analyse various metrics for thousands of movies

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Movie Data Analysis

This project will analyse various metrics for thousands of movies

Getting Started

Download/clone the repository on your local machine. There will be 4 files in the project folder (excluding the README file):

  • Project_Movie_Data_Analysis.html
  • Project_Movie_Data_Analysis.ipynb
  • Project_Movie_Data_Analysis.py
  • tmdb-movies.csv

Prerequisites

A web browser (preferably Chrome or Firefox) is sufficient to view the data analysis. However, to view the source code in its original environment you will need to have a notebook document which contains both computer code (python in this case) and rich text elements. I suggest using Jupyter Notebook.

View Data Analysis

1. View in web browsser

  • You can simply use the .html file to view the data analysis

2. View in Jupyter

  • Go to Jupyter
  • Select "Try Jupyter with python"
  • Once the default repo has been loaded, on the top left corner, select "File" -> "Open..."
  • A new window will open (binder/), on the top right corner, select "upload" and upload the Project_Movie_Data_Analysis.ipynb & tmdb-movies.csv files
  • Once uploaded, click on the Project_Movie_Data_Analysis.ipynb, you will now be able to view and run the analysis in the Jupyter environment

Built With

Authors

  • Mo Sagnia

Source

Data provided by Udacity

About

Analyse various metrics for thousands of movies


Languages

Language:HTML 58.2%Language:Jupyter Notebook 38.5%Language:Python 3.3%