Receives one column with player names and returns a data frame with the relevant index columns based on a given lookup table To be used with the predictors data frame
create_index_predictors_with_lookup_table(d, player, lookup_table)
a data frame of the predictors
The name of the column of data data contains the player
a lookup table data frame
A dataframe with the additional column 'player_index'