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 am trying to access NCAAF data using the sportsipy package in Python using Pycharm. The package worked 2 days ago without any errors, but is now throwing a "join() got an unexpected keyword argument 'closing_combiner'" whenever I try to access the data. Did sportsreference update their website?
This has occurred with the example code from the NCAAF package documentation:
from sportsipy.ncaaf.rankings import Rankings
rankings = Rankings()
from sportsipy.ncaaf.conferences import Conferences
conferences = Conferences()
I'm fairly new to Python and coding in general, any help would be appreciated !
The text was updated successfully, but these errors were encountered:
I am trying to access NCAAF data using the sportsipy package in Python using Pycharm. The package worked 2 days ago without any errors, but is now throwing a "join() got an unexpected keyword argument 'closing_combiner'" whenever I try to access the data. Did sportsreference update their website?
This has occurred with the example code from the NCAAF package documentation:
from sportsipy.ncaaf.rankings import Rankings
rankings = Rankings()
from sportsipy.ncaaf.conferences import Conferences
conferences = Conferences()
I'm fairly new to Python and coding in general, any help would be appreciated !
The text was updated successfully, but these errors were encountered: