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