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

join() got an unexpected keyword argument 'closing_combiner' error #784

Open
danilozada opened this issue Jun 28, 2023 · 1 comment
Open

Comments

@danilozada
Copy link

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 !

@kmart8
Copy link

kmart8 commented Jun 28, 2023

Go back the the lab

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