pyspark.sql.functions.min

pyspark.sql.functions.min(col)[source]

Aggregate function: returns the minimum value of the expression in a group.

New in version 1.3.