PrimitiveDataFrameColumn<T>.FillNulls(T, Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a new column with nulls 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