Share via


PrimitiveDataFrameColumn<T>.FillNulls(T, Boolean) Method

Definition

Returns a new column with null elements replaced by value.

public Microsoft.Data.Analysis.PrimitiveDataFrameColumn<T> FillNulls(T value, bool inPlace = false);
override this.FillNulls : 'T * bool -> Microsoft.Data.Analysis.PrimitiveDataFrameColumn<'T (requires 'T : struct)>
Public Function FillNulls (value As T, Optional inPlace As Boolean = false) As PrimitiveDataFrameColumn(Of T)

Parameters

value
T
inPlace
Boolean

Indicates if the operation should be performed in place.

Returns

Applies to