A

Admin • 802.91K Points
Coach

Q. What does np.isnan(np.nan) return?

  • (A) True
  • (B) False
  • (C) None
  • (D) Error
  • Correct Answer - Option(A)
  • Views: 3
  • Filed under category Numpy
  • Hashtags:

Explanation by: Admin
np.isnan(np.nan) returns True since np.nan is Not a Number.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.