When executing the following Python 3.6 code in Jupyter 5.000 notebook:
import pandas as pd
file = "C:\users\frogf\MSDS7333\data\HIGGS.csv"
data=pd.read_csv(file,nrows=N,header=None,encoding = "utf-8")
it gives the error:
File "<ipython-input-5-204f62a7e8b4>", line 2
file = "C:\users\frogf\MSDS7333\data\HIGGS.csv"
^
SyntaxError: (unicode error) 'unicodeescape' codec can't decode bytes in position 2-3: truncated \uXXXX escape