Informatics Practices
Python integer datatype can store NaN values.
Python Pandas
2 Likes
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.
Answered By
3 Likes