KnowledgeBoat Logo
|
LoginJOIN NOW

Informatics Practices

Python integer datatype can store NaN values.

Python Pandas

3 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

2 Likes


Related Questions