Hi people I have the dataset attached. This is the result of a join using my own input files and other Dataset beyond my control and located in a server with restricted access. I want the column Employee Name to have a unique string model for the name and avoid situations like the ones below:
QUIRRION,DENISE J
QUIRRION, DENISE J
Expected String Model: QUIRRION,DENISE J
DAY, PEG A
DAY, PEG
Expected String Model: DAY, PEG
BUREAU, DIANE D
BUREAU, DIANE
Expected String Model: BUREAU, DIANE
APPLEBEE, CAROL A
APPLEBEE, CAROL
Expected String Model: APPLEBEE, CAROL
This happened this time with this Employee Names, but I'm afraid that this could happen again with other names. What would be a method/approach I can adopt to develop a solid workflow that can provide consistent results for the Employee Name column.
Thank you in advance for your comments, your support would be really appreciated.