pyspark.sql.functions.min

pyspark.sql.functions.min(col: ColumnOrName) → pyspark.sql.column.Column[source]

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

New in version 1.3.