polars.Series.list.contains# Series.list.contains(item: float | str | bool | int | date | datetime) → Series[source]# Check if sublists contain the given item. Parameters: itemItem that will be checked for membership Returns: SeriesSeries of data type Boolean.