let's say I have this: a = np.array([0,0,1,0,0],[1,0,0,1,0], [1,0,1,0,0]) I would like to convert a into boolean, how do I do this?
確定! 回上一頁