Advertisement
Guest User

Untitled

a guest
Jul 27th, 2017
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. if os.path.exists(FolderPath) == False:
  2. print FolderPath, 'Path does not exist, ending script.'
  3. quit()
  4.  
  5. df_gilts = pd.read_csv(os.path.join(FolderPath,GILTS))
  6.  
  7. File "pandasparser.pyx", line 358, in pandas.parser.TextReader.__cinit__ (pandasparser.c:3427)
  8.  
  9. File "pandasparser.pyx", line 628, in pandas.parser.TextReader._setup_parser_source (pandasparser.c:6861)
  10.  
  11. IOError: File G:On-shoring ProjectmCPPIReconciliation ToolReconciliation Tool Project3. PythonBootStrapBBG2017-02-28RAW_gilts.csv does not exist
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement