Click or drag to resize

NMathFunctionsNaNRemoveRows(DataFrame) Method

Creates a copy of the data frame with only those rows that do not contain NaN values.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public static DataFrame NaNRemoveRows(
	DataFrame data
)

Parameters

data  DataFrame
A matrix.

Return Value

DataFrame
A copy without NaN values.
See Also