我正在学习numpy和使用python并寻求帮助。作为学习经验,我想对单行或单列进行排序。翻阅他们的文档,我看到了apply_along_axis,但他们的文档中没有一个参数来说明如何指示拼接/选择器来选择要应用它的行或列。A = [29,-11,10,-160,61,-55,55,-21,19]
A
假设我有形状为(69316,5,5,28)的array1和长度为10050的array2。我想从索引0:len(array1)的array2中删除元素。DeprecationWarning: in the future out of bounds indices will raise an error instead of being ignored by `numpy.delete我得到的结果是: (67971, 5, 5, 28) 这是我想要的 (