Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
あなたが持っていarray = np.array([1,2,3,4])てindex = np.array([0,1,2])、配列のインデックス要素を削除したい場合、ループせずにこれを行う最良の方法は何ですか?
array = np.array([1,2,3,4])
index = np.array([0,1,2])