-
Notifications
You must be signed in to change notification settings - Fork 75
Closed
Labels
csvCSV / delim related issuesCSV / delim related issuesdocumentationImprovements or additions to documentation (not KDocs)Improvements or additions to documentation (not KDocs)enhancementNew feature or requestNew feature or request
Milestone
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
Metadata
Metadata
Assignees
Labels
csvCSV / delim related issuesCSV / delim related issuesdocumentationImprovements or additions to documentation (not KDocs)Improvements or additions to documentation (not KDocs)enhancementNew feature or requestNew feature or request