I am reading a csv file.
import pandas as pd df = pd.read_csv("samplefile.csv",delimiter=\',\')
I got error as:
Uni