Marks the specified column as containing categorical data.
Namespace: Extreme.DataAnalysisAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
public DataFrame<R, C> MakeCategorical(
C key
)
Public Function MakeCategorical (
key As C
) As DataFrame(Of R, C)
public:
DataFrame<R, C>^ MakeCategorical(
C key
)
member MakeCategorical :
key : 'C -> DataFrame<'R, 'C>
Parameters
- key
- Type: C
The key of the column.
Return Value
Type:
DataFrameR,
C
This method does not change the values in the column.
It changes the representation to one for categorical data.
Numerical Libraries
Supported in: 6.0
Reference