Open rchang0501 opened 9 months ago
Right now the yearly_to_weekly_file_transformation.py script will fail for Mac users when there is .DS_Store file in data/weather
yearly_to_weekly_file_transformation.py
.DS_Store
data/weather
We need to add some logic to tell the script to skip .DS_Store files
Right now the
yearly_to_weekly_file_transformation.py
script will fail for Mac users when there is.DS_Store
file indata/weather
We need to add some logic to tell the script to skip
.DS_Store
files