HI all
i have uploaded a file on my cluster , at location
/FileStore/tables/qmwxhxvi1505337108590/PastHires.csv
However, whenever i try to read it using panda
df = pd.read_csv('dbfs:/FileStore/tables/qmwxhxvi1505337108590/PastHires.csv')
, i alwasy get a
File dbfs:/FileStore/tables/qmwxhxvi1505337108590/PastHires.csv does not exist
how can i get around it?
kind regards