How to give multiple conditions to numpy.where()

前端 未结 0 2013
萌比男神i
萌比男神i 2021-01-22 18:33

I have a numpy array like this:

letters = np.array([A, B, C, A, B, C, A, B, C])

I\'m trying to return another array containing all the indexes of

相关标签:
回答
  • 消灭零回复
提交回复
热议问题