Returns a new data frame that has a default numeric row index.
The row index is discarded.
Namespace:
Extreme.DataAnalysis
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public DataFrame<long, C> RemoveRowIndex()
Public Function RemoveRowIndex As DataFrame(Of Long, C)
public:
DataFrame<long long, C>^ RemoveRowIndex()
member RemoveRowIndex : unit -> DataFrame<int64, 'C>
Return Value
Type:
DataFrameInt64,
CA new data frame with the same columns as the current data frame,
but the row index replaced with a default numeric index.
Reference