Q. Which method is used to remove missing values in pandas?
β
Correct Answer: (A)
dropna()
Explanation: The dropna() method removes rows or columns with missing values from a DataFrame.