pyspark.sql.functions.kurtosis

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

Aggregate function: returns the kurtosis of the values in a group.

New in version 1.6.