Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NCAAB Boxscore losing_abbr, losing_name, winning_abbr, winning_name not populating #757

Open
reaganking opened this issue Nov 4, 2022 · 3 comments

Comments

@reaganking
Copy link

Describe the bug
Using Boxscore, full dataframe is produced but the fields for losing_abbr, losing_name, winning_abbr, and winning_name are populating with blanks

To Reproduce

from sportsipy.ncaab.boxscore import Boxscore
game_stats = Boxscore('2018-04-02-21-villanova')
df = game_stats.dataframe
df.to_csv('kansas_output_names.csv', index = False)

Desktop (please complete the following information):

  • OS: Mac OS Monterey 12.4
  • Sportsipy Version: 0.6.0
@ryanpond21
Copy link

+1 on this issue. Any solution @reaganking ?

@reaganking
Copy link
Author

Unfortunately not @ryanpond21. I kind of gave up and ended up going with a paid service (natstat lifetime package is worth a look when they have one of their sales)

@ryanpond21
Copy link

Thanks, will take a look at that since it looks like sportsreference is getting harder these days with the bot protection.

For anyone else interested, I was able to get the names via Boxscores.games, and just ended up appending that to my Boxscore.dataframe to make the dataframe whole. Not going to add a fix to the repo though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants