2024-03-23 20:11:47 +01:00
|
|
|
#!/bin/bash
|
|
|
|
|
|
|
|
pip install kaggle --upgrade
|
|
|
|
|
2024-05-08 21:23:10 +02:00
|
|
|
kaggle datasets download -d gulczas/spotify-dataset --unzip
|
2024-03-23 20:11:47 +01:00
|
|
|
|
2024-05-08 21:23:10 +02:00
|
|
|
kaggle datasets download -d joebeachcapital/30000-spotify-songs --unzip
|
2024-03-25 20:38:27 +01:00
|
|
|
|
2024-05-08 21:23:10 +02:00
|
|
|
echo "test test test"
|
2024-03-23 20:11:47 +01:00
|
|
|
|
|
|
|
mkdir -p artifacts
|
2024-05-08 21:23:10 +02:00
|
|
|
mv Spotify_Dataset.csv spotify_songs.csv artifacts/
|