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
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
The text was updated successfully, but these errors were encountered:
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)
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.
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
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: