i'm using panda and i have problem with separation. In the csv file the separator is '|'
df=pd.read_csv('C:/dane/raport_d.csv',encoding='ansi',low_memory=False,sep='|')
df.head()
After executing the code, I only see the headers, not separated by a separator, and the same data
other csv files where the separator is "," I have no problem

you can change the delimiter by tab,
and if you get the unicode error,then