diff --git a/download_data.sh b/download_data.sh index d179f9b..01d789a 100755 --- a/download_data.sh +++ b/download_data.sh @@ -2,4 +2,7 @@ # wget https://storage.googleapis.com/street-group-technical-test-dmot-euw1/input/pp-complete.csv -P data/input # Monthly update data set -wget https://storage.googleapis.com/street-group-technical-test-dmot-euw1/input/pp-monthly-update-new-version.csv -P data/input +# wget https://storage.googleapis.com/street-group-technical-test-dmot-euw1/input/pp-monthly-update-new-version.csv -P data/input + +# 2020 data set +wget https://storage.googleapis.com/street-group-technical-test-dmot-euw1/input/pp-2020.csv -P data/input