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
Describe the bug Despite the latest update, you can't get the data for the 2024/25 season, the loaded seasons in fact always stop at 2023/24
Affected scrapers This affects the following scrapers:
Test Code
import soccerdata as sd import pandas as pd understat = sd.Understat(leagues="ITA-Serie A") seasons = understat.read_seasons() seasons
The text was updated successfully, but these errors were encountered:
Thanks. This is a bug in the code that sets the default seasons.
soccerdata/soccerdata/_common.py
Lines 474 to 477 in 4cf2deb
If you explicitly provide the seasons for which you want to retrieve data, it works.
understat = sd.Understat(leagues="ITA-Serie A", seasons="24/25", no_cache=True)
Sorry, something went wrong.
Thanks! It works good
No branches or pull requests
Describe the bug
Despite the latest update, you can't get the data for the 2024/25 season, the loaded seasons in fact always stop at 2023/24
Affected scrapers
This affects the following scrapers:
Test Code
The text was updated successfully, but these errors were encountered: