I run the following code in DataBricks: notebook and get FileNotFoundError
import pandas as pd
df = pd.read_csv ('E:\Myfolder1\Myfolder2\Myfolder3\myfile.csv')
print(df)
FileNotFoundError: [Errno 2] No such file or directory: 'E:\\Myfolder1\\Myfolder2\\Myfolder3\\myfile.csv'
Why the change folder ' E:\Myfolder1\Myfolder2\Myfolder3\myfile.csv' to 'E:\Myfolder1\Myfolder2\Myfolder3\myfile.csv'