pyspark.sql.functions.floor

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

Computes the floor of the given value.

New in version 1.4.