Question
In pandas, what does `NaN` commonly indicate in a numeric column?
Select an option. Your answer will be checked instantly.
Correct Answer: A. A missing or undefined value
Explanation:
`NaN` is commonly used as a marker for unavailable or undefined numerical data. It must not automatically be treated as an observed zero.
Leave a Reply