Q. Which pandas method is used to apply a function element-wise on a Series?
β
Correct Answer: (A)
map()
Explanation: The map() method is used to apply a function or mapping to each element in a Series.