machinelearning
machinelearning copied to clipboard
[DataFrame] Allow quote escaping
Loading data from a column containing quotes inside a string shouldn't break.
"this is one column value which includes a "" character"
I believe this issue has been solved already for LoadCsv (I added unit tests to confirm this). However, I found bugs related to this in WriteCsv. I have a fix that will go up as soon as https://github.com/dotnet/machinelearning/pull/6303 is merged.