Changed script
This commit is contained in:
parent
d2e1d509fd
commit
df6de91789
@ -2,6 +2,9 @@
|
|||||||
|
|
||||||
pip install kaggle --upgrade
|
pip install kaggle --upgrade
|
||||||
|
|
||||||
|
echo $1
|
||||||
|
echo $2
|
||||||
|
|
||||||
kaggle datasets download -d brunoalercon123/top-200-spotify-songs-dataset -p ./dataset -u $1 -p $2
|
kaggle datasets download -d brunoalercon123/top-200-spotify-songs-dataset -p ./dataset -u $1 -p $2
|
||||||
|
|
||||||
unzip -o ./dataset/top-200-spotify-songs-dataset.zip -d ./dataset
|
unzip -o ./dataset/top-200-spotify-songs-dataset.zip -d ./dataset
|
||||||
|
Loading…
Reference in New Issue
Block a user