Q. Which method is used to replace multiple values in a DataFrame at once?
β
Correct Answer: (B)
replace()
Explanation: The replace() method can replace multiple values at once by passing a dictionary mapping old values to new values.