In[1]:
path=\'/Users/apple/Downloads/train.csv\' open(path).readline()
Out[1]:
FileNotFoundError Tr
simple way is to move your files to be read under the same folder of your python file, then you just need to use the name of the file, without calling another path.