ium_464953/download_dataset.sh

12 lines
286 B
Bash
Raw Normal View History

2024-03-23 20:11:47 +01:00
#!/bin/bash
pip install kaggle --upgrade
2024-05-08 21:30:39 +02:00
kaggle datasets download -d gulczas/spotify-dataset --force --unzip
2024-03-23 20:11:47 +01:00
2024-05-08 21:30:39 +02:00
kaggle datasets download -d joebeachcapital/30000-spotify-songs --force --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/