CategoricalAccumulator
class CategoricalAccumulator
Class responsible for running the categorical column identification process.
Functions
Link copied to clipboard
fun run(outputDict: MutableMap<String, Any>, data: MutableMap<String, List<Any>>): MutableMap<String, Any>
Runs the categorical column identification process and updates the output dictionary.