Hello @dataquest,
Please help
My Code:
"Reason for ceasing employment": "separationtype",
"Gender. What is your Gender?": "gender", "CurrentAge. Current Age": "age",
"Employment Type. Employment Type":"employment_status",
"Classification. Classification": "position",
"LengthofServiceOverall. Overall Length of Service at Institute (in years)": "institute_service",
"LengthofServiceCurrent. Length of Service at current workplace (in years)": "role_service"}, inplace=True)
What I expected to happen:
I expected all the column names to be renamed. The Gender. What is your gender?, CurrentAge. CurrentAge, EmploymentType. EmploymentType, Classification. Classification columns do not update.
What actually happened:
I have attached a screenshot
Thank You!