Unable to resolve unicode ecncode error

I’m not sure why you are moving the file and expecting a solution?
You’d get File Not Found error or an error about the path if it was having trouble locating the file.
So is the title related to the issue or not?

Please read Getting good answers to your questions and reply with actual details. For example, under the section ‘Help others reproduce the problem’, in the link to How do I ask a good question? at the bottom there, it clearly states to supply the code and the complete error trace.

Finally, are you sure this is a Jupyter issue? If not, it is pertinent to other places and not here. I suspect if you ran the same Python code directly in Python console or invoking Python to run the code in a script, the more traditional ways to use Python, you’d have the same issue, which means it isn’t Jupyter.

How do I ask a good question? details that you are to ‘Search, and Research’. What have you looked up about the error and what have you tried that would be salient to that issue? For example, did you try things detailed [here in reply to ’ UnicodeDecodeError when reading CSV file in Pandas’? Detail that in a reply if it ends up being pertinent to here.