Learn practical skills, build real-world projects, and advance your career

netflix-movies-and-shows

Use the "Run" button to execute the code.

!pip install jovian --upgrade --quiet
!pip install jovian opendatasets --upgrade --quiet
import jovian
# Execute this to save new versions of the notebook
jovian.commit(project="netflix-movies-and-shows")
[jovian] Attempting to save notebook.. [jovian] Updating notebook "kiranpatel4192/netflix-movies-and-shows" on https://jovian.ai [jovian] Uploading notebook.. [jovian] Committed successfully! https://jovian.ai/kiranpatel4192/netflix-movies-and-shows
import opendatasets as od
dataset_url = "https://www.kaggle.com/shivamb/netflix-shows/download"
od.download(dataset_url)
Please provide your Kaggle credentials to download this dataset. Learn more: http://bit.ly/kaggle-creds Your Kaggle username: kpate352 Your Kaggle Key: ········
100%|██████████| 1.18M/1.18M [00:00<00:00, 92.5MB/s]
Downloading netflix-shows.zip to ./netflix-shows