Returns a new data frame that has the specified rows removed.
Namespace: Extreme.DataAnalysisAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
public DataFrame<R, C> RemoveRows(
Vector<bool> mask
)
Public Function RemoveRows (
mask As Vector(Of Boolean)
) As DataFrame(Of R, C)
public:
DataFrame<R, C>^ RemoveRows(
Vector<bool>^ mask
)
member RemoveRows :
mask : Vector<bool> -> DataFrame<'R, 'C>
Parameters
- mask
- Type: Extreme.MathematicsVectorBoolean
A boolean vector whose elements indicate
whether the corresponding row should be removed from the data frame.
Return Value
Type:
DataFrameR,
CA new data frame with the rows for which
mask is
removed.
Numerical Libraries
Supported in: 6.0
Reference