diff --git a/.dvc/.gitignore b/.dvc/.gitignore new file mode 100644 index 0000000..528f30c --- /dev/null +++ b/.dvc/.gitignore @@ -0,0 +1,3 @@ +/config.local +/tmp +/cache diff --git a/.dvc/config b/.dvc/config new file mode 100644 index 0000000..ce375a8 --- /dev/null +++ b/.dvc/config @@ -0,0 +1,4 @@ +[core] + remote = ium_ssh_remote +['remote "ium_ssh_remote"'] + url = ssh://ium-sftp@tzietkiewicz.vm.wmi.amu.edu.pl diff --git a/.dvcignore b/.dvcignore new file mode 100644 index 0000000..5197305 --- /dev/null +++ b/.dvcignore @@ -0,0 +1,3 @@ +# Add patterns of files dvc should ignore, which could improve +# the performance. Learn more at +# https://dvc.org/doc/user-guide/dvcignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..548e4ae --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +/Spotify_Dataset.csv +/spotify_songs.csv diff --git a/Spotify_Dataset.csv.dvc b/Spotify_Dataset.csv.dvc new file mode 100644 index 0000000..8e7056e --- /dev/null +++ b/Spotify_Dataset.csv.dvc @@ -0,0 +1,5 @@ +outs: +- md5: e31aca4df39f4487f2ab8f334363c672 + size: 157085296 + hash: md5 + path: Spotify_Dataset.csv diff --git a/spotify_songs.csv.dvc b/spotify_songs.csv.dvc new file mode 100644 index 0000000..e54a878 --- /dev/null +++ b/spotify_songs.csv.dvc @@ -0,0 +1,5 @@ +outs: +- md5: 976d25e04baef7d04df69175fb013dd4 + size: 7971379 + hash: md5 + path: spotify_songs.csv