Closed
Description
https://youtrack.jetbrains.com/issue/KT-69798
Unlike readCSV, readDelim exposes underlying apache common CSVFormat. There're a lot more configuration options. From the linked issue it seems arguments that readCSV provide are not enough to read every possible kind of file.
So at least readDelim needs documentation here
https://kotlin.github.io/dataframe/read.html
Or readCSV should have more options. But, i'd avoid exposing CSVFormat in readCSV