Marks the specified column as containing categorical data.
Namespace:
Extreme.DataAnalysis
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
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.
Reference