Click or drag to resize

NMathFunctionsNaNRemoveCols(DataFrame) Method

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

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

Parameters

data  DataFrame
A matrix.

Return Value

DataFrame
A copy without NaN values.
See Also