Column

class Column

Represents a column in data map.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard

Retrieves all the column names from the given data map.

Link copied to clipboard

Retrieves column names marked as categorical columns from the given outputDict map.

Link copied to clipboard

Retrieves column names marked as fraction columns from the given outputDict map.

Link copied to clipboard

Retrieves column names marked as integer columns from the given outputDict map.

Link copied to clipboard

Retrieves column names marked as string columns from the given data and outputDict maps.