CBSE Class 12 Informatics Practices Question 55 of 101

Python Pandas — II — Question 10

Back to all questions
10
Question

Question 10

Python integer datatype can store NaN values.

Answer

False

Reason — Python integer datatype cannot store NaN values. To store a NaN value in a column, the datatype of a column is changed to non-integer suitable type.