fillMissing(columnNamed:with:)
Creates a modified copy of the table by filling in the missing values in the named column.
Declaration
func fillMissing(columnNamed: String, with value: MLDataValue) -> MLDataTableParameters
- columnNamed:
The name of the column with missing values.
- value:
An
MLDataValueto put in place for every missing value in the column.
Return Value
A new data table.