I have an excel .csv file which looks like this The data here is comma seperated so I use delimiter=’,’, but in some cases as in last line there is comma in text too. In my csv file all strings with comma in it are in quotation mark ” “. I have tried to read the file with open() with