可以通过以下步骤实现:
import numpy as np
arr = np.array([0, 1, 2, 0, 3, 0, 4, 0])
nonzero_indexes = np.nonzero(arr)
indexes = np.where(arr > 1)
完整的代码示例如下:
import numpy as np
arr = np.array([0, 1, 2, 0, 3, 0, 4, 0])
nonzero_indexes = np.nonzero(arr)
indexes = np.where(arr > 1)
print("非零值的索引:", nonzero_indexes)
print("允许值大于1的重复索引:", indexes)
对于这个问题,腾讯云提供了一系列与云计算相关的产品和服务,例如云服务器、云数据库、云存储等。具体推荐的产品和产品介绍链接地址可以根据具体需求和场景进行选择。
领取专属 10元无门槛券
手把手带您无忧上云