Learn practical skills, build real-world projects, and advance your career
!pip install jovian opendatasets --upgrade --quiet
dataset_url = 'https://www.kaggle.com/gregorut/videogamesales'
import opendatasets as od
od.download(dataset_url)
Please provide your Kaggle credentials to download this dataset. Learn more: http://bit.ly/kaggle-creds Your Kaggle username: anoopsathyaseelan Your Kaggle Key: ········
100%|██████████| 381k/381k [00:00<00:00, 81.4MB/s]
Downloading videogamesales.zip to ./videogamesales
data_dir = './videogamesales'
import os
os.listdir(data_dir)
['vgsales.csv']
project_name = "cousre-project-videogames"

!pip install jovian --upgrade -q

import jovian

jovian.commit(project=project_name)
[jovian] Attempting to save notebook.. [jovian] Detected Kaggle notebook... [jovian] Please enter your API key ( from https://jovian.ml/ ): API KEY: ········ [jovian] Uploading notebook to https://jovian.ml/anoopsathyaseelan/cousre-project-videogames