I am using pandas and i get two files xlsx
There is no ID columns in the files
So i need to create ID generator:
df
###
Employee type First Name Last Name Date of Birth
0 Employee Paulo Cortez 01-01-90
1 Employee Paulo Cortez 01-01-90
2 Employee Paulo Cortez 01-01-90
3 Employee Paulo NaN 01-01-90
4 Employee Maria Silva 02-01-90
5 Employee NaN Silva 04-10-90
6 Employee Joao Augusto 12-11-89
I need any library or function in python can make unique id from read First name ... Last name.... Date birth
Name. Lastname. Date. Idcreate
Amir loka 18/07/1990 1288749
Jack. Broo. 17/09/1988. 128389
Amir loka 18/07/1990 1288749
If the function get same name last name date the genrate same code