polars.Series.list.count_match#

Series.list.count_match(
element: float | str | bool | int | date | datetime | time | Expr,
) Expr[source]#

Count how often the value produced by element occurs.

Deprecated since version 0.19.3: This method has been renamed to count_matches().

Parameters:
element

An expression that produces a single value