This commit is contained in:
Adam Wojdyla 2022-04-02 18:45:37 +02:00
parent 5d3ad8c487
commit 8be4d09fc0

View File

@ -26,7 +26,7 @@ def download_dataset():
print('Downloading dataset...')
os.system('kaggle datasets download -d anikannal/solar-power-generation-data')
ptint('Dir after downloading')
print('Dir after downloading')
os.system('ls -la')
print('Dataset downloaded')