Renames the specified column.
Namespace: Extreme.DataAnalysisAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
public DataFrame<R, C> RenameColumn(
C oldKey,
C newKey
)
Public Function RenameColumn (
oldKey As C,
newKey As C
) As DataFrame(Of R, C)
public:
DataFrame<R, C>^ RenameColumn(
C oldKey,
C newKey
)
member RenameColumn :
oldKey : 'C *
newKey : 'C -> DataFrame<'R, 'C>
Parameters
- oldKey
- Type: C
The current key of the column. - newKey
- Type: C
The new key of the column.
Return Value
Type:
DataFrameR,
CThe current data frame with the specified key
in the column index replaced.
Numerical Libraries
Supported in: 6.0
Reference