np.repeat(arr, rep) returns array([10, 10, 10, 24, 24, 24, 24], dtype=int32). Is there any way to replicate this functionality for a set of 2D arrays?
確定! 回上一頁