Calculates the absolute frequency of appearance of each value of the given column and returns a Map containing each different value mapped to its frequency of appearance.
@param table Table of the column @param column Column to calculate values frequencies @return Map containing each different value mapped to its frequency of appearance
|
|
|
|