I have three different data frames with basketball players' data.
In all three dataframes there are basketball players' names. I want to join all three dataframes into one EntitySet to use automatic feature generation using featuretools.
As I understand, I need to create an integer key in 3 dataframes, which would be used to join all three dataframes. I understand that the same unique integer ids should be the same for the same players.
How can I create unique integer keys for 3 different datasets, ensuring that the same players have the same ids?