Data Frame<R, C>.Dynamic Assignment Operator
Sets the specified column.
Definition
Namespace: Numerics.NET.DataAnalysis
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
Parameters
Remarks
If a column with the specified key already exists in the data frame, the column is replaced with column. If the key does not exist, it is added at the end of the data frame.