项目作者: jlcossi

项目描述 :
Investigate a Movie Dataset with Python using a structured data analysis process
高级语言: Jupyter Notebook
项目地址: git://github.com/jlcossi/investigate_movies_data.git
创建时间: 2019-04-14T00:21:53Z
项目社区:https://github.com/jlcossi/investigate_movies_data

开源协议:

下载


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 :

    1. ${HOME}/miniconda/bin/conda create -f environment.yml
  3. Activate the new environment as suggested by conda

    1. ${HOME}/miniconda/bin/conda activate investigate
  4. launch jupyter using the notebook
    ```
    $ jupyter-notebook Investigate_a_Dataset.ipynb