Skip to content

DataFrame.groupby

DataFrame.groupby(
    *cols: pyspark_dubber.sql.expr.Expr | str,
)

PySpark API Reference

Incompatibility Note

Currently only column names are supported for grouping, column expressions are not supported.