Skip to content
Advertisement

I’m trying to import CSV file using pandas, But I’m getting Error. (look at pic)

What am I doing wrong?? I’m trying to import a csv file using pandas, i either get an error stating file can’t be found or a unicodeerror message?

Advertisement

Answer

You should escape your backslashes on Windows – U is interpreted as a unicode character directive in the string.

Try:

C:\Users\... etc.
User contributions licensed under: CC BY-SA
5 People found this is helpful
Advertisement