In my dataframe there are 500 columns in the pattern similar to
GroupNoIDFirstNameLastName (for eg:Column Name=Gr1234AdamSmith,Gr2567DavidBlake.......)
where Gr1, Gr2 = GroupNo; 234, 567 = ID; AdamSmith, DavidBlake = FirstNameLastName
I would like to rename all 500 columns to display their first and Last name Only.
similar to Adam Smith, David Blake
How would I be able to do this?
Thanks you so much for your help.