Nov-25-2017, 06:29 PM
You can check your current working directory with this;
path="/Users/HOME/Desktop/Addl Work/TimeSeries-Done"
import os cwd = os.getcwd()and change the current working directory to any path you want with;
os.chdir(path)An example of a Mac path could be;
path="/Users/HOME/Desktop/Addl Work/TimeSeries-Done"