Dealing with NaN (Not a Number) values in Python and in Numpy. ... import math n1 = math.nan print(n1) print(math.isnan(n1)). nan True.
確定! 回上一頁