FunctionsArrayarray_productReturns the multiplicative product of numeric values in each array. array_product(…) → Float64 Kind · scalar Returns the multiplicative product of numeric values in each array. Part of the Array family.array_prependReturns a new array with the provided element inserted at the front.array_random_sampleReturns a deterministic pseudo-random sample from each array using optional size and seed arguments.