I tried to open my csv files in jupyter windows 10 and it shows the error "SyntaxError: (unicode error) 'unicodeescape' codec can't decode bytes in position 2-3: truncated \UXXXXXXXX escape". I have also went to other threads to find solution like df = pd.read_csv('~/Desktop/FullData.csv') and it says file does not exist even though it exists. Any suggestions?
import pandas as pd
import seaborn as sns
import matplotlib.pyplot as plt
import numpy as np
df = pd.read_csv('C:\Users\kkang2\Desktop\FullData.csv') #<--error here
//fab2crp-nas1/home22/kkang2/Profile/Desktop/FullData.csv