List#
The following methods are available under the expr.list attribute.
Evaluate whether all boolean values in a list are true.  | 
|
Evaluate whether any boolean value in a list is true.  | 
|
Drop all null values in the list.  | 
|
Retrieve the index of the maximum value in every sublist.  | 
|
Retrieve the index of the minimal value in every sublist.  | 
|
  | 
Concat the arrays in a Series dtype List in linear time.  | 
  | 
Check if sublists contain the given item.  | 
  | 
Count how often the value produced by   | 
  | 
Count how often the value produced by   | 
  | 
Calculate the first discrete difference between shifted items of every sublist.  | 
  | 
Compute the SET DIFFERENCE between the elements in this list and the elements of   | 
  | 
Run any polars expression against the lists' elements.  | 
Returns a column with a separate row for every list element.  | 
|
Get the first value of the sublists.  | 
|
  | 
Take sublists by multiple indices.  | 
  | 
Get the value by index in the sublists.  | 
  | 
Slice the first   | 
  | 
Compute the SET INTERSECTION between the elements in this list and the elements of   | 
  | 
Join all string items in a sublist and place a separator between them.  | 
Get the last value of the sublists.  | 
|
Return the number of elements in each list.  | 
|
Return the number of elements in each list.  | 
|
Compute the max value of the lists in the array.  | 
|
Compute the mean value of the lists in the array.  | 
|
Compute the min value of the lists in the array.  | 
|
Reverse the arrays in the list.  | 
|
  | 
Sample from this list.  | 
  | 
Compute the SET DIFFERENCE between the elements in this list and the elements of   | 
  | 
Compute the SET INTERSECTION between the elements in this list and the elements of   | 
Compute the SET SYMMETRIC DIFFERENCE between the elements in this list and the elements of   | 
|
  | 
Compute the SET UNION between the elements in this list and the elements of   | 
  | 
Shift list values by the given number of indices.  | 
  | 
Slice every sublist.  | 
  | 
Sort the lists in this column.  | 
Sum all the lists in the array.  | 
|
Compute the SET SYMMETRIC DIFFERENCE between the elements in this list and the elements of   | 
|
  | 
Slice the last   | 
  | 
Take sublists by multiple indices.  | 
  | 
Convert a List column into an Array column with the same inner data type.  | 
  | 
Convert the Series of type   | 
  | 
Compute the SET UNION between the elements in this list and the elements of   | 
  | 
Get the unique/distinct values in the list.  |