count¶ pydiverse.transform.count( *, partition_by: Col | ColName | str | Iterable[Col | ColName | str] | None = None, filter: ColExpr[Bool] | Iterable[ColExpr[Bool]] | None = None, ) → ColExpr[Int][source]¶ Returns the number of rows of the current table, like COUNT(*) in SQL.