pybaseball
pybaseball copied to clipboard
Fangraphs functions fail to scrape data, returns empty DF after site update
Calls to functions that scrape Fangraphs for data return empty Dataframes after the most recent update to their leaderboards interface.
Looks like they removed the table class name rgMasterTable so we cannot get the correct data.

Fixed by PR #377 temporarily.