CBSE Class 12 Informatics Practices
Question 71 of 167
Python Pandas — I — Question 36
Back to all questionsBoth (a) and (b)
Reason — NaN stands for "Not a Number" and is used in Pandas to represent missing or undefined values in a Series or DataFrame. A Series in Pandas is similar to a one-dimensional array or list in Python. It has an index and a corresponding array of data values. Series can be accessed, sliced, and manipulated in ways similar to arrays.