In[1]:
path=\'/Users/apple/Downloads/train.csv\' open(path).readline()
Out[1]:
FileNotFoundError Tr
Are you running this on Windows or Linux? If you're on Windows,then you should be use a path like C:\\Users\\apple\\Downloads\train.csv . If you're on Linux, then you can follow the same path.
C:\\Users\\apple\\Downloads\train.csv