You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The function nhl_game_shifts aggregates the data from https://api.nhle.com/stats/rest/en/shiftcharts?cayenneExp=gameId= via a group_by function. This makes it harder to determine who is on the ice during any given event, in the play by play data as the player_id column is not maintained.
I suggest making a new standalone function that returns the detailed game shift data nhl_game_shifts_detailed, this would make it easier to determine which players are on the ice for a given event.
The text was updated successfully, but these errors were encountered:
The function
nhl_game_shifts
aggregates the data fromhttps://api.nhle.com/stats/rest/en/shiftcharts?cayenneExp=gameId=
via a group_by function. This makes it harder to determine who is on the ice during any given event, in the play by play data as the player_id column is not maintained.I suggest making a new standalone function that returns the detailed game shift data
nhl_game_shifts_detailed
, this would make it easier to determine which players are on the ice for a given event.The text was updated successfully, but these errors were encountered: