CBSE Class 12 Informatics Practices Question 44 of 44

Data Handling using Pandas — Question 5

Back to all questions
5
Question

Question 5

The value NA/NAT/None are the same in Pandas and considered as NaN-values.

Answer

True

Reason — In Pandas, 'NA' (Not Available) and 'NAT' (Not A Time) are used to represent missing values in numeric and datetime columns, respectively. 'None' is used to represent missing values in object columns. Although they are used for different data types, they are all considered as NaN (Not a Number) values.