Contents

fillMissing(with:)

Creates a modified copy of the column such that every missing element is replaced with the given value.

Declaration

func fillMissing(with value: Element) -> MLDataColumn<Element>

Parameters

  • value:

    A value used to replace every undefined element.

Return Value

A new column.