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.
$ python -m venv .venv
$ source .venv/bin/activate
(.venv) $ pip install notebook pandas plotly
Start the notebook server.
(.venv) $ jupyter notebook