Sets the specified column.
Namespace:
Extreme.DataAnalysis
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
C# does not support this operator.
Visual Basic does not support this operator.
Managed C++ does not support this operator.
F# does not support this operator.
Parameters
- frame
- Type: Extreme.DataAnalysisDataFrameR, C
A data frame. - key
- Type: C
The key for the column. - column
- Type: Extreme.MathematicsIVector
The untyped vector to assign to the column.
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.
Reference