Q. Which method is used to check for missing values in a DataFrame?
β
Correct Answer: (A)
isna()
Explanation: The isna() method returns a boolean DataFrame indicating the presence of NaN values.