Hope you are having a good day. I am currently working with an extremely dirty dataframe containing First Name, Last Name, and Middle Name. One the issues that I am trying to resolve looks like below:
First Name | Last Name |
---|---|
James Agnew | Bond |
James | Bond |
Another similar issue that I am trying to resolve looks like follows:
First Name | Last Name |
---|---|
Jam | Bond |
James | Bond |
Looking forward to your ideas.
Thanks!
Edit: FYI, to make life simpler, I already have data grouped by address which is unique. So, two rows will have one address, another two or three rows will have another address, and so on.