MLDataTable.ParsingOptions
The options for parsing a comma-separated values (CSV) file into a data table for a machine learning model.
Declaration
struct ParsingOptionsOverview
Use ParsingOptions only when importing a CSV file with init(contentsOf:options:), especially if your CSV file has special formatting or your data table only needs to import specific rows or columns.