Contents

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) -> MLDataTable

Parameters

  • columnNamed:

    The name of the column with missing values.

  • value:

    An MLDataValue to put in place for every missing value in the column.

Return Value

A new data table.