ium_464953/download_dataset.sh

12 lines
281 B
Bash
Raw Normal View History

2024-05-08 21:04:42 +02:00
#!/bin/bash
pip install kaggle --upgrade
kaggle datasets download -d gulczas/spotify-dataset --unzip
kaggle datasets download -d joebeachcapital/30000-spotify-songs --unzip
2024-05-08 21:11:25 +02:00
echo "test test test"
2024-05-08 21:04:42 +02:00
mkdir -p artifacts
mv Spotify_Dataset.csv spotify_songs.csv artifacts/