What's the alternative way to get max value from list objects that contain None values? ... np.max(np.array([1,2,3,4,5,None], dtype=np.float)) nan.
確定! 回上一頁