CBSE Class 12 Informatics Practices
Question 44 of 44
Data Handling using Pandas — Question 5
Back to all questionsTrue
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.