# Python資料科學程式馬拉松-DAY4 D04 NumPy 陣列邏輯函式 (Logic functions) ## 確認是不是NAN ``` isnan() ``` ## 確認是不是有限數 ``` isfinite() ``` ## 確認是否為無限數、正無限數、負無限數 ``` isinf() isposinf() isneginf() ``` ## 確認不是時間 ``` isnat()#不是datatime回true反之 ``` `np.greater()` ###### tags: `Python資料科學馬拉松`
×
Sign in
Email
Password
Forgot password
or
By clicking below, you agree to our
terms of service
.
Sign in via Facebook
Sign in via Twitter
Sign in via GitHub
Sign in via Dropbox
Sign in with Wallet
Wallet (
)
Connect another wallet
New to HackMD?
Sign up