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. |
|
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 |
|
Calculate the n-th discrete difference of every sublist. |
|
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. |
|
|
Get the value by index in the sublists. |
|
Slice the first n values of every sublist. |
|
Join all string items in a sublist and place a separator between them. |
Get the last value of the sublists. |
|
Get the length of the arrays as UInt32. |
|
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. |
|
|
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 values by the given period. |
|
Slice every sublist. |
|
Sort the arrays in this column. |
Sum all the arrays in the list. |
|
|
Slice the last n values of every sublist. |
|
Take sublists by multiple indices. |
|
Convert the series of type |
|
Get the unique/distinct values in the list. |