I could able to read excel that is there in the network shared drive when i run python code in my local, but when i try to do the same in PCF, it is throwing error like "No such file or directory", what should i do to make my code to read excel in PCF?
Shared drive path: df=pd.read_excel('//X//Proj//app//Data//sep.xlsm')
error in PCF: 2020-12-23T13:53:15.77+0530 [APP/PROC/WEB/0] ERR with open(filename, "rb") as f: 2020-12-23T13:53:15.77+0530 [APP/PROC/WEB/0] ERR FileNotFoundError: [Errno 2] No such file or directory: '//X//Proj//app//Data//sep.xlsm'