Hello, I am running a program where I am calling on values from a CSV file on my computer. However, when I use the import csv function, it gives me the error: "No such file or directory: 'C:\Users\Grant\Documents\finalproject\centers.csv'"
How can I get that csv file into a directory on python?