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








