moving inputs/outputs to use pathlib

This commit is contained in:
2021-09-26 06:03:55 +01:00
parent 7962f40e32
commit 7f9b7e4bfd
5 changed files with 17 additions and 24 deletions

View File

@@ -1,5 +1,5 @@
# Full data set
wget https://storage.googleapis.com/street-group-technical-test-dmot/pp-complete.csv -P analyse_properties/data/input
# wget https://storage.googleapis.com/street-group-technical-test-dmot/pp-complete.csv -P data/input
# Monthly update data set
# wget https://storage.googleapis.com/street-group-technical-test-dmot/pp-monthly-update-new-version.csv -P analyse_properties/data/input
wget https://storage.googleapis.com/street-group-technical-test-dmot/pp-monthly-update-new-version.csv -P data/input