any¶ ColExpr.any( *, partition_by: Col | ColName | str | Iterable[Col | ColName | str] | None = None, filter: ColExpr[Bool] | Iterable[ColExpr[Bool]] | None = None, ) → ColExpr[Bool][source]¶ Indicates whether at least one value in a group is True.