I am trying to read a CSV file from a Windows path but can't read file or folders that contain t, b as their starting letter.
For example, in the line below (in bold text):
df = pd.read_csv("G:\Datasets **\t**raining-blackfriday-Q1-Q4 **\b**lackfriday.csv",sep=",")
I get:
FileNotFoundError: [Errno 2] File b'/data/training/SECTION1.csv' does not exist: b'/data/training/SECTION1.csv'