So I want to rename a column in a column
Student["Name"] = Student["Name"].replace({"Anurag":"Rahul"})
I have done this and its not working .Is there any alternate way?
So I want to rename a column in a column
Student["Name"] = Student["Name"].replace({"Anurag":"Rahul"})
I have done this and its not working .Is there any alternate way?