Call numpy.array_split(list, n) to return a list of n NumPy arrays each containing approximately the same number of elements from list .
確定! 回上一頁