Missing players in weekly look up #366
Unanswered
nickmiltgen
asked this question in
ESPN API
Replies: 1 comment
-
Thats a great question. I just checked to see how espn website is doing it and it seems like it will always get the latest free agents. The specified week is for the player stats, so projected points, number of points, matchup, etc. So seems like this is expected. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
For a given week, I'm pulling all players in the (football) league with the following and compiling in separate pandas dfs:
It appears that players that underwent waiver activity (adds/drops) earlier this morning are not showing up in the dfs despite specifying week 1 in my query. Is this expected?
Thanks in advance your time! Love the package!
Beta Was this translation helpful? Give feedback.
All reactions