CBSE Class 12 Informatics Practices
Question 3 of 101
Python Pandas — II — Question 3
Back to all questions 3
Question Assertion. In a dataset, there can be missing values that cannot contribute to any computation.
Reason. In a dataset, NULL, NaN or None are considered the missing values.
- Both A and R are true and R is the correct explanation of A.
- Both A and R are true but R is not the correct explanation of A.
- A is true but R is false.
- A is false but R is true.
Both A and R are true and R is the correct explanation of A.
Explanation
Missing values are the values that cannot contribute to any computation or we can say that missing values are the values that carry no computational significance. In a dataset, NULL, NaN or None are considered the missing values.