Code
%%time
import os
= 'novel-corona-virus-2019-dataset.zip'
f_name if not os.path.exists(f_name):
'KAGGLE_USERNAME'] = "" # username from the json file
os.environ['KAGGLE_KEY'] = "" # key from the json file
os.environ[!kaggle datasets download -d sudalairajkumar/novel-corona-virus-2019-dataset
CPU times: user 325 ยตs, sys: 65 ยตs, total: 390 ยตs
Wall time: 605 ยตs