nbastatR
nbastatR copied to clipboard
game_logs function returning NA for certain variables
The game_logs function for player argument is returning NA values for columns: countDaysNextGameTeam and countDaysNextGamePlayer. This is behavior is new, probably in the last week. Also, I noticed the following new warning that was not occurring prior to this week:
Warning messages: 1: The xargument ofas_tibble.matrix()must have unique column names if.name_repairis omitted as of tibble 2.0.0. Using compatibility.name_repair.
I'm not sure if these are related but figured I'd point it out in case it helps. And to clarify, the game_logs function is working fine it's just that the output has changed in the last week for those two columns.
Thank you, DT