12 lines
270 B
Bash
12 lines
270 B
Bash
#!/bin/bash
|
|
|
|
pip install kaggle --upgrade
|
|
|
|
kaggle datasets download -d gulczas/spotify-dataset --unzip
|
|
|
|
kaggle datasets download -d joebeachcapital/30000-spotify-songs --unzip
|
|
|
|
echo "test test test"
|
|
|
|
mkdir -p artifacts
|
|
mv Spotify_Dataset.csv spotify_songs.csv artifacts/ |