Returns a new data frame that has the specified rows removed.
Namespace: Extreme.CollectionsAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
public virtual DataFrame<R, C> RemoveRows(
IEnumerable<R> rowKeys
)
Public Overridable Function RemoveRows (
rowKeys As IEnumerable(Of R)
) As DataFrame(Of R, C)
public:
virtual DataFrame<R, C>^ RemoveRows(
IEnumerable<R>^ rowKeys
)
abstract RemoveRows :
rowKeys : IEnumerable<'R> -> DataFrame<'R, 'C>
override RemoveRows :
rowKeys : IEnumerable<'R> -> DataFrame<'R, 'C>
Parameters
- rowKeys
- Type: System.Collections.GenericIEnumerableR
A sequence of row keys to remove.
Return Value
Type:
DataFrameR,
CA new data frame with the rows whose key is in
rowKeys removed.
Numerical Libraries
Supported in: 5.x
Reference