Pull in data

from data raw, go up 1 level


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


/Users/white08057/GitHub/data-science-bowl-2017/notebooks


In [ ]:


In [ ]: