GetPlayerStats: WIP - Get advanced statistics for player_id on team_id in a list of games.
Description
This function will search all games in game_ids and return a list of stats for
the player id selected. The current stats returned are:
- Shots
- Goals
- Corsi
- Fenwick
Usage
GetPlayerStats(player_id, game_ids, team_id)
Arguments
player_id
Int, player ID number
game_ids
List, game ids to check. Must already be in the database
team_id
Int, the ID of the team the player plays for
Value
List, contains a row of stats for even strength and for all situations