get_player_ids
get_player_ids(last_name, first_name)
Get player IDs from player names.
Parameters
last_name : str or list of str
-
Player’s last name(s)
first_name : str or list of str
-
Player’s first name(s)
Returns
: str or list of str
-
Player ID(s) corresponding to the input name(s)
Raises
: ValueError
-
If a player name combination is not found in the People table