Q. Which method removes all rows where any column is NaN in a DataFrame?
β
Correct Answer: (A)
dropna()
Explanation: dropna() removes rows (or columns) that contain missing values (NaN).