Q. Which pandas function is used to check if elements in a DataFrame are null?
β
Correct Answer: (C)
Both A and B
Explanation: Both isnull() and isna() can be used interchangeably to detect missing values in pandas.