📜  更改 np 数组中的每个值 - Python 代码示例

📅  最后修改于: 2022-03-11 14:45:35.540000             🧑  作者: Mango

代码示例1
an_array = np.where(an_array > 20, 0, an_array)