columnTypes
The type of the data in each column.
Declaration
var columnTypes: [String : MLDataValue.ValueType] { get }Discussion
The keys in the dictionary provided by this column correspond to the names of the columns in the data table.
The type of the data in each column.
var columnTypes: [String : MLDataValue.ValueType] { get }The keys in the dictionary provided by this column correspond to the names of the columns in the data table.