You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is not clear how python-nameparser can be made to handle name strings like this - "Gebhart GF" . The expected name parts for this string are { "last": "Gebhart", "first": "GF", "middle": ""} or even better { "last": "Gebhart", "first": "G", "middle": "F"}.
Is this something python-nameparser can handle or plans to handle in a future version ?
Note currently what happens by default is shown below