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
Additionally, these games do have box scores available, just not on ESPN. For the above game, for example, one can find the box score on Louisiana Tech's website here.
Some games are altogether missing PBP data as well, which makes incorporating them into hoopR difficult.
I am curious if there would be a good way to either parse the existing data or hunt down missing play by play data and incorporate it into hoopR. This is obviously both a long-term and ongoing endeavor, so I am raising it as a suggestion for additional work to improve the scope of hoopR.
Three approaches seem wise:
Write a function to parse existing hoopR PBP data into box-score format. Either do this on an ad-hoc basis or incorporate it into the existing data repositories.
Come up with a guide contributors to add PBP/box score data and write tests for them to merge it into the hoopR data repository (ex. must be in .json format, must contain these values, and so on). Contributors can add games to the hoopR repository as they come across them.
Explore alternate routes for acquiring PBP/box score data. Statbroadcast may be a good place to start, as well as team websites, though scraping individual team websites is a fairly daunting task beyond the scope of the sportsdataverse.
I have no strong thoughts on this, simply vomiting thoughts on hoopR out into the void. Additionally, this is by no means a pressing issue or anything that takes a quick fix. Would simply be curious as to how valuable acquiring even more data would be for hoopR, or how much we can squeeze out of leveraging the data we already have access to -- just hoping to spark some discussion on this topic!
The text was updated successfully, but these errors were encountered:
So something I noticed: several games that are missing team box scores and player box scores do have PBP data available. For example:
Additionally, these games do have box scores available, just not on ESPN. For the above game, for example, one can find the box score on Louisiana Tech's website here.
Some games are altogether missing PBP data as well, which makes incorporating them into hoopR difficult.
I am curious if there would be a good way to either parse the existing data or hunt down missing play by play data and incorporate it into hoopR. This is obviously both a long-term and ongoing endeavor, so I am raising it as a suggestion for additional work to improve the scope of hoopR.
Three approaches seem wise:
.json
format, must contain these values, and so on). Contributors can add games to the hoopR repository as they come across them.I have no strong thoughts on this, simply vomiting thoughts on hoopR out into the void. Additionally, this is by no means a pressing issue or anything that takes a quick fix. Would simply be curious as to how valuable acquiring even more data would be for hoopR, or how much we can squeeze out of leveraging the data we already have access to -- just hoping to spark some discussion on this topic!
The text was updated successfully, but these errors were encountered: