I\'m trying to load a .csv file using the pd.read_csv() function when I get an error despite the file path being correct and using raw strings.
.csv
pd.read_csv()
I had the same problem when running the file with the interactive functionality provided by Visual studio. Switched to running on the native command line and it worked for me.