Returns a new data frame containing the rows in this data frame that
do not contain missing values in the given columns.
Namespace:
CenterSpace.NMath.Stats
Assembly:
NMathStats (in NMathStats.dll) Version: 3.4.0.0
Syntax
| Visual Basic (Declaration) |
|---|
Public Function CleanRows ( _
ParamArray colIndices As Integer() _
) As DataFrame |
| Visual C++ |
|---|
public:
DataFrame^ CleanRows(
... array<int>^ colIndices
) |
Parameters
- colIndices
- Type: array<
System..::.Int32
>[]()[]
The indices of the columns to check for missing vlaues.
Return Value
A new data frame cleaned of missing values.
Remarks
Exceptions
See Also