i have mounted the adls container where the data are, but I cannot read the files with pandas ('pd.read_csv') even though I have attached the prefix '/dbfs/' to the path . Instead if I use 'spark.read.csv', I have no problems.
Anyone knows why this is happening and how it can be fixed without altering the code ? I want to read the data with pandas.