 | DataFrameRemoveRows(Subset) Method |
Removes the rows from this data frame specified by the given row subset.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic DataFrame RemoveRows(
Subset rowSubset
)
Public Function RemoveRows (
rowSubset As Subset
) As DataFrame
public:
DataFrame^ RemoveRows(
Subset^ rowSubset
)
member RemoveRows :
rowSubset : Subset -> DataFrame
Parameters
- rowSubset Subset
- A row subset.
Return Value
DataFrameThis data frame.
See Also