Package pyspark :: Module statcounter
[frames] | no frames]

Module statcounter

source code

Classes
  StatCounter
Functions
value
maximum(iterable, key=func)
max(a, b, c, ...[, key=func]) -> value
value
minimum(iterable, key=func)
min(a, b, c, ...[, key=func]) -> value
Variables
  sqrt = math.sqrt
Function Details

maximum(iterable, key=func)

 

max(a, b, c, ...[, key=func]) -> value

With a single iterable argument, return its largest item. With two or more arguments, return the largest argument.

Returns: value

minimum(iterable, key=func)

 

min(a, b, c, ...[, key=func]) -> value

With a single iterable argument, return its smallest item. With two or more arguments, return the smallest argument.

Returns: value