Tableau de tranche de numpy en morceaux

array = np.array_split(array, len(array) / chunk_size)
Itchy Ibex