Investigate a Movie Dataset with Python using a structured data analysis process
Investigate a dataset from TMDb with Python using the data analysis process
Download and install Conda. I suggest Miniconda which is quick and easy
Install all the other dependencies using the “environment.yml” file included :
${HOME}/miniconda/bin/conda create -f environment.yml
Activate the new environment as suggested by conda
${HOME}/miniconda/bin/conda activate investigate
launch jupyter using the notebook
```
$ jupyter-notebook Investigate_a_Dataset.ipynb