[...] Transform Array¶
are_arrays_equal: Return true ifarray1=array2array_contains: Returnstrueifvalueis in arrayarrelse returnsfalsearray_intersect: Returns the intersection of two arrays.array_union: Returns the union of two arrays.benford_distance: Calculate the distance from Benford's Law for givenvalues.distinct_values: Return distinct valuesfind_greater_value: Return theoffset(zero-based index) of the firstvalueinarrwherevalue >= xfind_lower_value: Return theoffset(zero-based index) of the firstvalueinarrwherevalue <= xfind_value: Return the firstoffset(zero-based index) ofvaluein arrayarrfrequent_values: Returnsfrequent_valuesamong array ofvaluesget_value: Return the firstvaluewith a keysearch_keyfromkey_value_itemslast_value: Return last value of arraymax_value: Return max value of arraymedian_value: Return median value of arraymin_max_scaler: Performs min-max scaling on an array.min_value: Return min value of arraypercentile_value: Returns percentile of an array with percentile a float in range [0, 1].rare_values: Returnsrare_valuesamong array ofvaluesremove_value: Return an array with all values exceptvalue.sort_values: Return sorted array (ascending)sort_values_desc: Return sorted array (descending)sum_values: Return the sum of array valuesz_scores: Computez_scores