Array#
The following methods are available under the Series.arr
attribute.
Evaluate whether all boolean values are true for every subarray. |
|
Evaluate whether any boolean value is true for every subarray. |
|
Retrieve the index of the maximum value in every sub-array. |
|
Retrieve the index of the minimal value in every sub-array. |
|
|
Check if sub-arrays contain the given item. |
|
Count how often the value produced by |
Returns a column with a separate row for every array element. |
|
Get the first value of the sub-arrays. |
|
|
Get the value by index in the sub-arrays. |
|
Join all string items in a sub-array and place a separator between them. |
Get the last value of the sub-arrays. |
|
Compute the max values of the sub-arrays. |
|
Compute the median of the values of the sub-arrays. |
|
Compute the min values of the sub-arrays. |
|
Count the number of unique values in every sub-arrays. |
|
Reverse the arrays in this column. |
|
|
Shift array values by the given number of indices. |
|
Sort the arrays in this column. |
|
Compute the std of the values of the sub-arrays. |
Compute the sum values of the sub-arrays. |
|
Convert an Array column into a List column with the same inner data type. |
|
|
Convert the series of type |
|
Get the unique/distinct values in the array. |
|
Compute the var of the values of the sub-arrays. |