@Juan Antonio Soto Mata - Thanks for the question and using MS QA platform.
As per the error message provide "Path does not exist." which mean dataframe cannot access the path which you have provided.
To resolve this issue, I would suggest you check if the path and permissions on the file which you are accessing by running the below command:
dbutils.fs.ls("/mnt/raw-brounce/dbo.Crime_Data_from.txt")
As per the repro, I'm able to access the file without any issues and able to load into dataframe as shown below:
In case, if you are having trouble creating a DataFrame in Azure Databricks. Can you please provide more information about the error message you are receiving? Also, can you confirm that you have mounted the correct path where the data file is located?
Hope this helps. Do let us know if you any further queries.
If this answers your query, do click Accept Answer
and Yes
for was this answer helpful. And, if you have any further query do let us know.