In [6]:
import os
path = os.getcwd()
print(path)
filename = "get_raw_data.py"
# folder path: /data/raw/
folderPath = os.path.dirname(filename)
print(folderPath)
#data folder
#will contain a bunch of data files
#ab will export an array of the file names then i can use it to
In [ ]:
In [ ]: