Skip to content

jimmybutton/imdb-explore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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