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 alwas...