Changed script

This commit is contained in:
s464953 2024-03-23 21:09:35 +01:00
parent 9930d2694d
commit 1153a5fc6e
1 changed files with 4 additions and 2 deletions

View File

@ -2,12 +2,14 @@
pip install kaggle --upgrade
kaggle config set -n username -v "$1"
kaggle config set -n key -v "$2"
echo $1
echo $2
kaggle datasets download -d brunoalercon123/top-200-spotify-songs-dataset -p ./dataset -u $1 -p $2
kaggle datasets download brunoalercon123/top-200-spotify-songs-dataset
unzip -o ./dataset/top-200-spotify-songs-dataset.zip -d ./dataset
unzip top-200-spotify-songs-dataset.zip
shuf Spotify-200-Songs.csv -o shuffled_spotify.csv