We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi all,
I'm trying to scrap the 2023/2024 season data on whoscored and I have this issue:
KeyError: None of [MultiIndex([('ENG-Premier League', '2324')], names=['league', 'season'])] are in the [index]
Any idea how to resolve that?
Thanks!
The text was updated successfully, but these errors were encountered:
This is probably related to #97 and can be solved by invalidating the cache:
import soccerdata as sd ws = sd.WhoScored(leagues='ENG-Premier League', seasons='2023-24', no_cache=True) ws.read_schedule()
Sorry, something went wrong.
That works fine! Thanks for your very fast answer!
No branches or pull requests
Hi all,
I'm trying to scrap the 2023/2024 season data on whoscored and I have this issue:
Any idea how to resolve that?
Thanks!
The text was updated successfully, but these errors were encountered: