Unfortunately, the pandas readers don't recognize multiline cells in CSV tables. Could you add csv.reader from the csv library as a reader?
id,severity,description
12345,medium,Example description text.
With line breaks in cell content
23456,low,"Sometimes the cell text is quoted.
But not always"
Unfortunately, the pandas readers don't recognize multiline cells in CSV tables. Could you add
csv.readerfrom thecsvlibrary as a reader?