/imdb-explore

Explore the IMDb dataset with Jupyter notebook, Pandas and Plotly

Primary LanguageJupyter Notebook

Explore the IMDb Dataset with Jupyter Notebook and Pandas

This Jupyter Notebook uses Pandas and Plotly to explore and visualize the official IMDB dataset. It demonstrates common data science techniques such as data cleaning, filtering and visualization.

For more info, check out the blog post here.

Quickstart

$ python -m venv .venv
$ source .venv/bin/activate
(.venv) $ pip install notebook pandas plotly

Start the notebook server.

(.venv) $ jupyter notebook