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
I'm not sure if this is easily available in the source data but it would be helpful to know whether each score is for a preseason/regular season/postseason game.
The text was updated successfully, but these errors were encountered:
I've been wanting this too and started working on it on a branch: https://github.com/aj0strow/espn-scraper/compare/season-type-and-game-status The branch also gets the game status (scheduled, in progress, completed). I have some work remaining on it. I was having a hard time getting that data for NHL scores since we scrape in a bit of a sloppier way there (in winner_loser_parse). I was also struggling to come up with a way to add tests for things like in progress scores, since we can't always expect a live game to be going on in every sport when running tests. I plan on working on it again in the next few weeks but if you're interested, feel free to pick up where I left off and open a PR.
I'm not sure if this is easily available in the source data but it would be helpful to know whether each score is for a preseason/regular season/postseason game.
The text was updated successfully, but these errors were encountered: