标签: python numpy
我有一个索引列表说 索引= [0,2,3,4,7,8,10,11,12] 对于上述索引值,我想从存储的数据集中获取值,然后以列的方式将其附加到空数组中 empty_array = np.empty((454902,)) 怎么做?