I am trying to change a column value in pandas. My current code is:
df.loc[:,"origin"] = df.loc[:,"origin"].map(my_fun)
The c