The following code ``` import pandas df = pandas.read_csv('C:\\exampleä\\test.csv') ``` thows an `OSError: File b'C:\\example\xc3\xa4\\test.csv' does not exist`. This `df = pandas.read_excel('C:\exampleä\test.xlsx', 'test')` and this `open(r'C:\exampleä\test.csv', newline='')` works perfectly.