May-11-2018, 09:01 AM
(This post was last modified: May-11-2018, 09:01 AM by Jack_Sparrow.)
HI there,
I have follow problem:
- \\
- r
- "nyc.csv"
But nothing works for me...
I know, there are already similiar questions in this forum. But if you take a closer look to this questions, they are not answered
Feel frustraited
I use Python 3
And I installed Jupyter with anaconda
I have follow problem:
import pandas as pd subway_df = pd.read_csv('C:\Users\DSule\Desktop\python\nyc.csv')
File "<ipython-input-25-80cb9d4c408e>", line 3 subway_df = pd.read_csv('C:\Users\DSule\Desktop\python\nyc.csv') ^ SyntaxError: (unicode error) 'unicodeescape' codec can't decode bytes in position 2-3: truncated \UXXXXXXXX escapeI tried to solve this problem with three different solutions:
- \\
- r
- "nyc.csv"
But nothing works for me...

I know, there are already similiar questions in this forum. But if you take a closer look to this questions, they are not answered

Feel frustraited

I use Python 3
And I installed Jupyter with anaconda