Column
class Column
Represents a column in data map.
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
fun getStringColumns(data: MutableMap<String, List<Any>>, outputDict: MutableMap<String, Any>): List<String>
Retrieves column names marked as string columns from the given data and outputDict maps.