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
when trying to execute sd.MatchHistory(league, season), in all the leagues there i an issue with the season provided when it is being parsed. this occurs in seasons before 2018-2019, in all leagues.
Affected scrapers
This affects the following scrapers:
when trying to execute sd.MatchHistory(league, season), in all the leagues there i an issue with the season provided when it is being parsed. this occurs in seasons before 2018-2019, in all leagues.
Affected scrapers
This affects the following scrapers:
Error message
Contributor Action Plan
the erroneous code is located in match_history.py, line 110:
date=lambda x: pd.to_datetime(x["date"] + ' ' + x['time'], format="%d/%m/%y %H:%M")
i have tested my code to check both format="%d/%m/%y %H:%M" or format="%d/%m/%Y %H:%M"
The text was updated successfully, but these errors were encountered: