Data Frame<R, C>.Remove Column At Method
Removes the column at the specified position from the data frame.
Definition
Namespace: Numerics.NET.DataAnalysis
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public DataFrame<R, C> RemoveColumnAt(
int index
)
Parameters
- index Int32
- The zero-based index of the column to remove.
Return Value
DataFrame<R, C>Exceptions
Argument | index is less than zero or greater than or equal to the number of columns in the data frame. |