使用jupyter notebook时,用data["Sex"] = (data["Sex"]== "male").astype("int")把表里面的性别由文字转为数字后,想撤销回到原来的文字表示怎么撤销
不能撤销,你已经重新赋值了