List#
The following methods are available under the Series.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  | 
| 
 | Join all string items in a sublist and place a separator between them. | 
| 
 | Compute the SET INTERSECTION between the elements in this list and the elements of  | 
| 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 arrays in the list. | |
| Compute the mean value of the arrays in the list. | |
| Compute the min value of the arrays in the list. | |
| 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 arrays in this column. | 
| Sum all the arrays in the list. | |
| 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. |