CBSE Class 12 Informatics Practices
Question 51 of 167
Python Pandas — I — Question 16
Back to all questionsNaN
Reason — NaN stands for 'Not a Number'. In Python libraries like NumPy and Pandas, NaN is the legal empty value used to represent missing or undefined values, and we can use np.NaN to specify a missing value.