Skip to content

Investigate a Movie Dataset with Python using a structured data analysis process

Notifications You must be signed in to change notification settings

jlcossi/investigate_movies_data

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

investigate_movies_data

Investigate a dataset from TMDb with Python using the data analysis process

Installation

  1. Download and install Conda. I suggest Miniconda which is quick and easy

  2. Install all the other dependencies using the "environment.yml" file included :

${HOME}/miniconda/bin/conda create -f environment.yml
  1. Activate the new environment as suggested by conda
${HOME}/miniconda/bin/conda activate investigate
  1. launch jupyter using the notebook
$ jupyter-notebook Investigate_a_Dataset.ipynb