Have DataFrame like: columns
['team_1_player1', 'team_1_player2', 'team_2_player1', 'team_2_player2']
Players represented by their ID. like
[1, 2, 3, 4]
I whant to make DataFrame with this columns
['team_1_id_1', 'team_2_id_1', 'team_1_id_2', 'team_2_id_2', 'team_1_id_3', 'team_2_id_3', 'team_1_id_4', 'team_2_id_4']