probberechts / soccerdata

⛏⚽ Scrape soccer data from Club Elo, ESPN, FBref, FiveThirtyEight, Football-Data.co.uk, FotMob, Sofascore, SoFIFA, Understat and WhoScored.
https://soccerdata.readthedocs.io/en/latest/
Other
511 stars 87 forks source link

[FBref] read_schedule with default params returns key error #615

Open Kalaweksh opened 1 week ago

Kalaweksh commented 1 week ago

This block of code in FBref.read_leagues(split_up_big5 = True) tries to index "Big 5 European Leagues Combined" with the individual league names, producing a key error downstream.image

(By default the top array contains the leagues attempting to be indexed) image