I have the file in the right place, what is going on?
Hey @vanmjordan
you need to add encoding in “open” function.
opened_file = open('AppleStore.csv', encoding='utf8')
The encoding part might have been given in the next instruction(s) of the GP, once we are familiar with this issue.
Thank you, you are right! It works now