标签: python pandas
所以我想重命名列
Student["Name"] = Student["Name"].replace({"Anurag":"Rahul"})
我已经完成了这项工作并且无法正常工作。是否有其他方式?