Answers for "replace all vals in column exept"

0

python replace all values in a column

df["column1"].replace({"a": "x", "b": "y"}, inplace=True)
Posted by: Guest on July-05-2021

Python Answers by Framework

Browse Popular Code Answers by Language