-
The following code:
```
from nhlscrapi.games.game import GameKey, Game, GameType
from nhlscrapi.games.playbyplay import PlayByPlay
from nhlscrapi.games.events import EventType
SEASON = 2020
…
-
??
-
Are there any plans to include shot locations to play-by-play data for NCAA games that could be used for shot charts based on game times and shot clock times?
Thanks!
-
-
To see an example do the following filters to the 2017
filter(PlayAttempted == 1,
touchdown == 1,
playtype == "Pass",
PassOutcome %in% c("Complete",NA),
posteam == …
-
Is there anyway to add the full name of the player in play by play instead of just the last name. In the current format a player on the same team who has the same last name is indistinguishable. Ex: T…
-
Espn gives bad data sometimes:
http://scores.espn.go.com/ncf/playbyplay?gameId=400547677
Games such as this sometimes flood duplicate and out of order data.
We should implement a check to verify t…
-
We miss a lot of scores because ESPN Doesn't always say in PBP data (first down possibly too...)
Here is an example
http://scores.espn.go.com/ncf/playbyplay?gameId=400609077&period=0
With game data …
-
### References
Integration tests are failing as the ESPN api link no longer returns game data:
- http://www.espn.com/nhl/gamecast/data/masterFeed?lang=en&isAll=true&gameId=400885300
- Failing [test…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Have you installed the latest development version of the package(s) in question?
- [X] I have installed the la…