List#
The following methods are available under the expr.list attribute.
|
Get the value by index in the sublists. |
|
Run any polars aggregation expression against the lists' elements. |
|
Evaluate whether all boolean values in a list are true. |
|
Evaluate whether any boolean value in a list is true. |
Retrieve the index of the maximum value in every sub-list. |
|
Retrieve an index of a minimal value in every sublist. |
|
|
Concat the arrays in a Series dtype List in linear time. |
|
Check if sub-lists contain the given item. |
|
Count how often the value produced by |
|
Calculate the first discrete difference between shifted items of every sub-list. |
Drop all null values in the list. |
|
|
Run any polars expression against every lists' elements. |
|
Returns a column with a separate row for every sub-list. |
|
Filter elements in each list by a boolean expression. |
Get the first value of every sub-list. |
|
|
Take sub-lists by multiple indices. |
|
Take every n-th value start from offset in every sub-list. |
|
Get the value by index in every sublist. |
|
Slice the first |
|
Get the single value of the sub-list. |
|
Join all string items in a sub-list and place a separator between them. |
Get the last value of every sub-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 median value of the lists in the array. |
|
Compute the min value of the lists in the array. |
|
Count the number of unique values in every sub-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 every sub-lists values by the given number of indices. |
|
Slice every sub-list. |
|
Sort the lists in this column. |
|
Compute the std value of the lists in the array. |
Sum all the lists in the array. |
|
|
Slice the last |
|
Convert a List column into an Array column with the same inner data type. |
|
Convert the Series of type |
|
Get the unique/distinct values in every sub-list. |
|
Compute the var value of the lists in the array. |