From 1d573f17f41246e7bb16de63342abe175c69895f Mon Sep 17 00:00:00 2001 From: Michal Gulczynski Date: Tue, 11 Jun 2024 19:26:06 +0200 Subject: [PATCH] ium_07 sacred --- download_dataset.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/download_dataset.sh b/download_dataset.sh index 3c99f94..68e2bba 100644 --- a/download_dataset.sh +++ b/download_dataset.sh @@ -7,4 +7,4 @@ kaggle datasets download -d gulczas/spotify-dataset --force --unzip kaggle datasets download -d joebeachcapital/30000-spotify-songs --force --unzip mkdir -p datasets -mv Spotify_Dataset.csv spotify_songs.csv datesets/ \ No newline at end of file +mv Spotify_Dataset.csv spotify_songs.csv datasets/ \ No newline at end of file