pandas data with double quote
问题 I am trying to read a large dataset in .csv format which is update automatically using the pandas library. The problem is that in my data, the first row is a string without double quotation marks, and the other colums are strings with double quotation marks. It is not possible for me to adjust the .csv file manually. A simplified dataset would look like this A,"B","C","D" comp_a,"tree","house","door" comp_b,"truck","red","blue" I need the data to be stored as separate columns without the