path = r"C:\Users\mememe\Google Drive\Programs\Python\file.csv"
Closing the path in r”string” also solved this problem very well.
path = r"C:\Users\mememe\Google Drive\Programs\Python\file.csv"
Closing the path in r”string” also solved this problem very well.